From 480b6ed6e474136a10760fdcf982776b9292b2bc Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 4 Mar 2024 23:33:41 +0900 Subject: [PATCH] chore: update to base64 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05dc58e2..5c82688b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ [dependencies] http = "1.0.0" headers-core = { version = "0.3", path = "./headers-core" } -base64 = "0.21.3" +base64 = "0.22" bytes = "1" mime = "0.3.14" sha1 = "0.10"