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"