From 7b913eaaa9bb7f5776f5959ddc0cd943e3746d93 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Wed, 22 Apr 2026 12:00:11 +0100 Subject: [PATCH] root: update rustls-webpki (#21769) * root: update rustls-webpki Signed-off-by: Jens Langhammer * allow earlier rustls-webpki updates since this is the second time this happened Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- .github/dependabot.yml | 2 ++ Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3eb67c1848..e638882627 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -66,6 +66,8 @@ updates: default-days: 7 semver-major-days: 14 semver-patch-days: 3 + exclude: + - rustls-webpki - package-ecosystem: rust-toolchain directory: "/" diff --git a/Cargo.lock b/Cargo.lock index 8b11adbf38..f7c5932eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2802,9 +2802,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[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 = [ "aws-lc-rs", "ring",