From 45f0c91cbe7cbeb639a8e3e4d31ce276cd550b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:16:30 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44e9357..5904ccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.47.1", features = [ "process", ] } toml = "0.9.7" -base64 = "0.22" +base64 = "0.22.1" flate2 = "1.0" dialoguer = "0.11" indicatif = "0.18.3"