From 49937e72e6e23d211d8eff92cbe5e4ea7bab2554 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 13 Mar 2024 17:04:31 +0100 Subject: [PATCH] Update to base64 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }