From 1093c5bad80e751c9ae2e4b5fbdac4199f7daa61 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sun, 20 Sep 2026 20:53:45 +0200 Subject: [PATCH] fix(deps): update rustls to 0.23.45 for RUSTSEC-2026-0285 cargo-deny in the Supply Chain job started failing on a new advisory against the locked rustls 0.23.35 (TLS 1.3 handshake messages accepted across encryption level boundaries). Upgrade to the patched release. --- src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b9d238854..81470ddce 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4000,9 +4000,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.35" +version = "0.23.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" +checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634" dependencies = [ "once_cell", "ring",