From df564ba8ada820f4ca9c531cb79b4384be3dee3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 07:24:16 +0000 Subject: [PATCH] fix(deps): 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 42656be933..75c3531fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ path = "src/main.rs" lto = true [dependencies] -base64 = "0.21.7" +base64 = "0.22.0" calm_io = "0.1.1" chrono = { version = "0.4.34", default-features = false, features = ["std", "clock"] } clap = { version = "4.5.1", features = ["env", "derive", "string"] }