From f8644ec0dcc292e47f82e28c9dd691562f473dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:58:09 +0000 Subject: [PATCH] build(deps): Update rustls-native-certs requirement from 0.6.3 to 0.7.0 (#107) Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version. - [Commits](https://github.com/rustls/rustls-native-certs/compare/v/0.6.3...v/0.7.0) --- updated-dependencies: - dependency-name: rustls-native-certs 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 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 }