From 23d6c4bdeccce86e2110a5bb67dcc175cce61896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:25:55 +0000 Subject: [PATCH] Update rustls-pemfile requirement from 1 to 2 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] --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 actix-tls/Cargo.toml diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml old mode 100755 new mode 100644 index 7d0ebfa5..0ddeb438 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -98,7 +98,7 @@ bytes = "1" env_logger = "0.10" futures-util = { version = "0.3.17", default-features = false, features = ["sink"] } rcgen = "0.11" -rustls-pemfile = "1" +rustls-pemfile = "2" tokio-rustls-024 = { package = "tokio-rustls", version = "0.24", features = ["dangerous_configuration"] } trust-dns-resolver = "0.23"