From 3cc142d5643b679da583321aee7b462e45b9ef22 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 26 Sep 2022 22:40:52 +0200 Subject: [PATCH] fix base64 dependency missing from openapi feature this was previously hidden as I mostly use openapi and auth feature together --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dd85e9e30..1483df3d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ errorlog = [] # These features are exclusive - https://github.com/msrd0/gotham_restful/issues/4 without-openapi = [] -openapi = ["gotham_restful_derive/openapi", "gotham_restful_redoc", "lazy-regex", "openapi_type", "parking_lot", "sha2"] +openapi = ["gotham_restful_derive/openapi", "gotham_restful_redoc", "base64", "lazy-regex", "openapi_type", "parking_lot", "sha2"] [package.metadata.docs.rs] no-default-features = true