From 40e9455b8d158d0fe8dc4ea31e8a6a39ebcc508b Mon Sep 17 00:00:00 2001 From: omjadas Date: Fri, 5 Jan 2024 15:19:31 +1100 Subject: [PATCH] chore(deps): update hyper-rustls requirement from 0.24.0 to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4575c19..6e72e93 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", "ring", "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 }