We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1be4a commit 86b386fCopy full SHA for 86b386f
core/network/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
avalanche-types = { path = "../../crates/avalanche-types", features = ["message"] }
15
log = "0.4.20"
16
rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags
17
-hyper-rustls = "0.24.1"
+hyper-rustls = "0.26.0"
18
rustls-native-certs = "0.7.0"
19
hyper = { version = "0.14.27", features = ["full"], optional = true }
20
tokio-rustls = { version = "0.24.1", optional = true }
0 commit comments