Skip to content

Commit 86b386f

Browse files
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](rustls/hyper-rustls@v/0.24.1...v/0.26.0) --- updated-dependencies: - dependency-name: hyper-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f1be4a commit 86b386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
avalanche-types = { path = "../../crates/avalanche-types", features = ["message"] }
1515
log = "0.4.20"
1616
rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags
17-
hyper-rustls = "0.24.1"
17+
hyper-rustls = "0.26.0"
1818
rustls-native-certs = "0.7.0"
1919
hyper = { version = "0.14.27", features = ["full"], optional = true }
2020
tokio-rustls = { version = "0.24.1", optional = true }

0 commit comments

Comments
 (0)