From 3252b3b9fb968231f33678b21ebd2f4089343356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:04:10 +0000 Subject: [PATCH] chore(deps): bump rustls-webpki Bumps the cargo group with 1 update in the /rhodium-standard-repositories/satellites/rsr-certifier directory: [rustls-webpki](https://github.com/rustls/webpki). Updates `rustls-webpki` from 0.103.12 to 0.103.13 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](https://github.com/rustls/webpki/compare/v/0.103.12...v/0.103.13) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.13 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- .../satellites/rsr-certifier/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rhodium-standard-repositories/satellites/rsr-certifier/Cargo.lock b/rhodium-standard-repositories/satellites/rsr-certifier/Cargo.lock index 74ac21b..7b442bb 100644 --- a/rhodium-standard-repositories/satellites/rsr-certifier/Cargo.lock +++ b/rhodium-standard-repositories/satellites/rsr-certifier/Cargo.lock @@ -2219,9 +2219,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.12" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "ring", "rustls-pki-types",