From 43b37ac59448e1d2b61a77f47afd6b1627247da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:40:35 +0000 Subject: [PATCH] Bump rustls-pemfile from 2.1.3 to 2.2.0 Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/compare/v/2.1.3...v/2.2.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ed53d3..695bf174 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,11 +1835,10 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.3" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64", "rustls-pki-types", ] diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 895f84b3..a84bc46e 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -30,7 +30,7 @@ multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.1" rustls = "0.22.4" -rustls-pemfile = "2.1.3" +rustls-pemfile = "2.2.0" scopeguard = "1.2.0" semver = "1.0.26" serde_json = "1.0.140"