From 453582bedafd5c4d7c08872a2d08f13aaac26a87 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 27 Jul 2026 10:40:38 +0000 Subject: [PATCH] chore(deps): bump base64 to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f02db239..f21a5788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ features = ["full"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -base64 = { version = "0.22", optional = true } +base64 = { version = "0.23", optional = true } bytes = "1.7.1" futures-channel = { version = "0.3", optional = true } futures-util = { version = "0.3.16", default-features = false, optional = true }