Update to base64 0.20 (#1641)

This commit is contained in:
Austaras 2023-01-08 23:21:24 +08:00 committed by GitHub
parent be9a8c0380
commit 6638b274db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ tower-service = "0.3"
# optional dependencies
axum-macros = { path = "../axum-macros", version = "0.3.0", optional = true }
base64 = { version = "0.13", optional = true }
base64 = { version = "0.20", optional = true }
headers = { version = "0.3.7", optional = true }
multer = { version = "2.0.0", optional = true }
serde_json = { version = "1.0", features = ["raw_value"], optional = true }