From 6638b274dbbf859d63ca495af5f73befb57c5b19 Mon Sep 17 00:00:00 2001 From: Austaras Date: Sun, 8 Jan 2023 23:21:24 +0800 Subject: [PATCH] Update to base64 0.20 (#1641) --- axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 8c8ec2b7..5f335146 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -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 }