diff --git a/Cargo.toml b/Cargo.toml index 4575c19..62caeed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ bytes = "1.0.0" futures = "0.3.11" http = "0.2.0" hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] } -hyper-rustls = { version = "0.24.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } +hyper-rustls = { version = "0.25.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true } hyper-tls = { version = "0.5.0", optional = true } hyper-tungstenite = "0.11.1" moka = { version = "0.12.0", features = ["future"], optional = true }