diff --git a/core/network/Cargo.toml b/core/network/Cargo.toml index a7ad5a8..b32a0d0 100644 --- a/core/network/Cargo.toml +++ b/core/network/Cargo.toml @@ -16,7 +16,7 @@ cert-manager = "0.0.11" # https://github.com/gyuho/cert-manager log = "0.4.20" rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags hyper-rustls = "0.24.1" -rustls-native-certs = "0.6.3" +rustls-native-certs = "0.7.0" hyper = { version = "0.14.27", features = ["full"], optional = true } tokio-rustls = { version = "0.24.1", optional = true }