From 72cdc65334552381bf3d5617483fea016f79e85c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:06:51 +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 c27c272..d5789b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ categories = ["command-line-utilities"] anyhow = "1.0.81" async-recursion = "1.1.0" is-terminal = "0.4.12" -base64 = "0.21.7" +base64 = "0.22.0" chrono = { version = "0.4.35", features = ["serde"] } clap = { version = "4.5.4", features = ["derive"] } derive_more = "0.99.17"