diff --git a/Cargo.toml b/Cargo.toml index 6089aad..44b2bc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ base64 = "0.21" chrono = { version = "0.4.31", features = ["serde"] } home = "0.5.5" hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] } -hyper-rustls = { version = "0.24", default-features = false, features = ["tokio-runtime", "http1", "http2"] } +hyper-rustls = { version = "0.25", default-features = false, features = ["tokio-runtime", "http1", "http2"] } ring = "0.17" rustls = "0.21" rustls-pemfile = "1.0.0"