From 86b386f401d1860d423fd6c92a1de023c99fb54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:39:08 -0500 Subject: [PATCH] build(deps): Update hyper-rustls requirement from 0.24.1 to 0.26.0 (#129) 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.1...v/0.26.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/network/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/network/Cargo.toml b/core/network/Cargo.toml index 3825a74..8d6f89f 100644 --- a/core/network/Cargo.toml +++ b/core/network/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" avalanche-types = { path = "../../crates/avalanche-types", features = ["message"] } log = "0.4.20" rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags -hyper-rustls = "0.24.1" +hyper-rustls = "0.26.0" rustls-native-certs = "0.7.0" hyper = { version = "0.14.27", features = ["full"], optional = true } tokio-rustls = { version = "0.24.1", optional = true }