diff --git a/Cargo.toml b/Cargo.toml index 65a8dec..664257d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] # atty = "0.2.14" async-std = "1.12.0" -base64 = "0.13.0" +base64 = "0.22.0" chrono = "0.4.35" clap = { version = "2.34.0", features = ["yaml"] } colored = "2.1.0"