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"