From 3d7977fae4d9b4aee26813692c4d68ce7ef44e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:10:19 +0000 Subject: [PATCH] Update rustls-pemfile requirement from 0.2.1 to 0.3.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/0.2.1...v/0.3.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 e9c6a95..4cec477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hyper = { version = "0.14.2", features = ["client", "runtime", "http2"] } hyper-rustls = { version = "0.23.0", default-features = false, features = ["native-tokio", "http1", "http2"] } ring = "0.16.20" rustls = "0.20.2" -rustls-pemfile = "0.2.1" +rustls-pemfile = "0.3.0" serde = {version = "1.0", features = ["derive", "rc"]} serde_json = "1.0" thiserror = "1.0"