From e23baff9967dc22e41c36feffcb73943232f64c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:03:07 +0000 Subject: [PATCH] build(deps): bump rustls-pemfile from 2.1.2 to 2.1.3 Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/2.1.2...v/2.1.3) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- crates/config/Cargo.toml | 2 +- crates/listener/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65c1c8cb..94f893b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3079,7 +3079,7 @@ dependencies = [ "percent-encoding", "quoted_printable", "rustls 0.23.12", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "socket2 0.5.7", "tokio", "tokio-rustls", @@ -3311,7 +3311,7 @@ dependencies = [ "pem-rfc7468", "rand", "rand_chacha", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "rustls-pki-types", "schemars", "serde", @@ -3592,7 +3592,7 @@ dependencies = [ "hyper-util", "libc", "pin-project-lite", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "socket2 0.5.7", "thiserror", "tokio", @@ -5090,7 +5090,7 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.12", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "rustls-pki-types", "serde", "serde_json", @@ -5244,7 +5244,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "rustls-pki-types", "schannel", "security-framework", @@ -5261,9 +5261,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" dependencies = [ "base64 0.22.1", "rustls-pki-types", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index ba61aceb..479a46b4 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -32,7 +32,7 @@ serde_json.workspace = true pem-rfc7468 = "0.7.0" rustls-pki-types = "1.7.0" -rustls-pemfile = "2.1.2" +rustls-pemfile = "2.1.3" rand.workspace = true rand_chacha = "0.3.1" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index cd58169f..e145e057 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -30,7 +30,7 @@ tracing.workspace = true [dev-dependencies] anyhow.workspace = true -rustls-pemfile = "2.1.2" +rustls-pemfile = "2.1.3" tokio.workspace = true tokio-test = "0.4.4" tracing-subscriber.workspace = true