From e51ee9476503f412484942fc518aedc55a4bd758 Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Mon, 6 May 2024 01:05:24 +0200 Subject: [PATCH] Upgrade base64 to 0.22. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09b046e8..0b01ee05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ exclude = ["examples"] [workspace.dependencies] -base64 = "0.21" +base64 = "0.22" bytes = "1" chrono = "0.4.35" futures = "0.3"