From aa11308b476e1b4ed0a6b0e44c7ca4878d9d1014 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-pemfile requirement from 1.0 to 2.0 Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/1.0.0...v/2.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile 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..979782f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rocksdb = "0.21" #roxy = { git = "https://github.com/aicers/roxy.git", tag = "0.1.0" } rustls = "0.21" rustls-native-certs = "0.6" -rustls-pemfile = "1.0" +rustls-pemfile = "2.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0" sysinfo = "0.29"