From 9213bd8aba673bcebf9f61a50b782249e68dbcbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:07:22 +0000 Subject: [PATCH] Update rustls-pemfile requirement from =2.0.0-alpha.2 to =2.0.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/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 80126d5..997e424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-util = { version = "0.3", default-features = false } [dev-dependencies] hyper = { version = "0.14", features = ["full"] } rustls = { version = "=0.22.0-alpha.6", default-features = false, features = ["tls12"] } -rustls-pemfile = "=2.0.0-alpha.2" +rustls-pemfile = "=2.0.0" tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] } [features]