From 43a9b4aa05f69bddc7856f3820f22846524d96fa Mon Sep 17 00:00:00 2001 From: Jon C Date: Wed, 22 Apr 2026 13:12:33 +0200 Subject: [PATCH] deps: Update rustls-webpki (again) #### Problem The current version of rustls-webpki has a security advisory (again) #### Summary of changes Bump the version, ignore for earlier versions. --- Cargo.lock | 8 ++++---- Makefile | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da3f0ab..d5e8cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5394,7 +5394,7 @@ dependencies = [ "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.103.12", + "rustls-webpki 0.103.13", "subtle", "zeroize", ] @@ -5444,7 +5444,7 @@ dependencies = [ "rustls 0.23.36", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.12", + "rustls-webpki 0.103.13", "security-framework 3.6.0", "security-framework-sys", "webpki-root-certs", @@ -5469,9 +5469,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", diff --git a/Makefile b/Makefile index 2ee391d..6cbdc47 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ audit: --ignore RUSTSEC-2024-0344 \ --ignore RUSTSEC-2026-0098 \ --ignore RUSTSEC-2026-0099 \ + --ignore RUSTSEC-2026-0104 \ $(ARGS) spellcheck: