Skip to content

Commit 6638b27

Browse files
authored
Update to base64 0.20 (#1641)
1 parent be9a8c0 commit 6638b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tower-service = "0.3"
5353

5454
# optional dependencies
5555
axum-macros = { path = "../axum-macros", version = "0.3.0", optional = true }
56-
base64 = { version = "0.13", optional = true }
56+
base64 = { version = "0.20", optional = true }
5757
headers = { version = "0.3.7", optional = true }
5858
multer = { version = "2.0.0", optional = true }
5959
serde_json = { version = "1.0", features = ["raw_value"], optional = true }

0 commit comments

Comments
 (0)