From f4e54b52bbe2207d1cfd1ceebae87a1178ec8700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 10:36:42 +0000 Subject: [PATCH] build(deps): 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-http/Cargo.toml | 2 +- actix-web/Cargo.toml | 2 +- awc/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 8476d9086..b07d66c21 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -120,7 +120,7 @@ once_cell = "1.9" rcgen = "0.11" regex = "1.3" rustversion = "1" -rustls-pemfile = "1" +rustls-pemfile = "2" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" static_assertions = "1" diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index d9cf0b94f..60b28c953 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -116,7 +116,7 @@ flate2 = "1.0.13" futures-util = { version = "0.3.17", default-features = false, features = ["std"] } rand = "0.8" rcgen = "0.11" -rustls-pemfile = "1" +rustls-pemfile = "2" serde = { version = "1.0", features = ["derive"] } static_assertions = "1" tls-openssl = { package = "openssl", version = "0.10.55" } diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 07811c979..4ae5a5b5a 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -109,7 +109,7 @@ flate2 = "1.0.13" futures-util = { version = "0.3.17", default-features = false } static_assertions = "1.1" rcgen = "0.11" -rustls-pemfile = "1" +rustls-pemfile = "2" tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros"] } zstd = "0.13"