diff --git a/Cargo.toml b/Cargo.toml index 429e00a..4e9bcf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ webpki-roots = ["hyper-rustls/webpki-roots"] [dependencies] async-trait = "0.1" -base64 = "0.21" +base64 = "0.22" chrono = { version = "0.4.31", features = ["serde"] } home = "0.5.5" hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] }