From 5c66df480502c338def9b459f6d075416970cab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:43:33 +0000 Subject: [PATCH] chore(deps): update hyper-rustls requirement from 0.24.0 to 0.25.0 Updates the requirements on [hyper-rustls](https://github.com/rustls/hyper-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/hyper-rustls/releases) - [Commits](https://github.com/rustls/hyper-rustls/compare/v/0.24.0...v/0.25.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }