From 65d0f6aa7818a1d9a6a0b95a3203890921a92848 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:12:41 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7529d6d..5e16ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ serde = { version = "1.0.183", features = ["derive"] } tracing = "0.1" tracing-subscriber = "0.3" serde_json = "1" -base64 = "0.21.2" +base64 = "0.22.0" futures = "0.3.28"