From 2793adf27d06d33f21153bdf970476c69fd73c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:56:17 +0000 Subject: [PATCH] Update rustls-pemfile requirement from =2.0.0-alpha.1 to =2.0.0-alpha.2 Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. - [Commits](https://github.com/rustls/pemfile/commits) --- 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 68ca08d..583f52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ percent-encoding = "2.3" rcgen = "0.11.1" reqwest = { version = "0.11", features = ["rustls-tls-manual-roots"] } ring = "0.17.0" -rustls-pemfile = "=2.0.0-alpha.1" +rustls-pemfile = "=2.0.0-alpha.2" serde = { version = "1.0.183", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.7", features = ["alloc"] }