From 5f410e2121a95ed6984929543cdca6c97af0b1c6 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 04:16:46 +0000 Subject: [PATCH] Update Rust crate rustls-pemfile to 2.1.3 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93377ffad2..7023ec7e1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2113,7 +2113,7 @@ dependencies = [ "paste", "percent-encoding", "rustls 0.22.4", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "schemars", "scopeguard", "serde", @@ -5700,7 +5700,7 @@ dependencies = [ "reqwest", "ring 0.17.8", "rustls 0.22.4", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "samael", "schemars", "semver 1.0.23", @@ -8369,7 +8369,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", @@ -8386,9 +8386,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/Cargo.toml b/Cargo.toml index 9dec693cf6..07a6106737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -478,7 +478,7 @@ rpassword = "7.3.1" rstest = "0.19.0" rustfmt-wrapper = "0.2" rustls = "0.22.2" -rustls-pemfile = "2.1.2" +rustls-pemfile = "2.1.3" rustyline = "14.0.0" samael = { version = "0.0.15", features = ["xmlsec"] } schemars = "0.8.21"