diff --git a/Cargo.toml b/Cargo.toml index 963fffc..6d1e6c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ categories = ["command-line-utilities"] anyhow = "1.0.80" async-recursion = "1.0.5" is-terminal = "0.4.12" -base64 = "0.21.7" +base64 = "0.22.0" chrono = { version = "0.4.34", features = ["serde"] } clap = { version = "4.5.1", features = ["derive"] } derive_more = "0.99.17"