diff --git a/Cargo.toml b/Cargo.toml index 3208f76..bc7b12c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ reqwest = { version = "0.13", default-features = false, features = ["rustls-no-p rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] } webpki-roots = "1" globset = "0.4" -base64 = "0.22" +base64 = "0.23" sha2 = "0.11" url = "2" getrandom = "0.4"