We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9a8c0 commit 6638b27Copy full SHA for 6638b27
axum/Cargo.toml
@@ -53,7 +53,7 @@ tower-service = "0.3"
53
54
# optional dependencies
55
axum-macros = { path = "../axum-macros", version = "0.3.0", optional = true }
56
-base64 = { version = "0.13", optional = true }
+base64 = { version = "0.20", optional = true }
57
headers = { version = "0.3.7", optional = true }
58
multer = { version = "2.0.0", optional = true }
59
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
0 commit comments