From 05f7bc4d7c095b09bea3e8e07785a09878c4b701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 05:57:13 +0000 Subject: [PATCH] Update rustls-native-certs requirement from 0.6 to 0.7 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.0...v/0.7.0) --- updated-dependencies: - dependency-name: rustls-native-certs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c904fe9..059e6b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ regex = "1.9" rocksdb = "0.21" #roxy = { git = "https://github.com/aicers/roxy.git", tag = "0.1.0" } rustls = "0.21" -rustls-native-certs = "0.6" +rustls-native-certs = "0.7" rustls-pemfile = "1.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0"