From c8a96ab04e38cc0df6791339b390675d7b569c4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 15:19:02 +0000 Subject: [PATCH] Update Rust crate base64 to 0.21.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feb448133..d094ac1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ anyhow = "1" async-recursion = "1.0.5" async-trait = "0.1.75" atty = "0.2.14" -base64 = "0.21.5" +base64 = "0.21.7" bincode = "1.3" byte-unit = "5.1.2" bytes = { version = "1", features = ["serde"] }