mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 09:08:05 +01:00
Update to base64 0.20 (#1641)
This commit is contained in:
parent
be9a8c0380
commit
6638b274db
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue