From 28b3ee8c6558f1a915f32c8541ddff057952c9b9 Mon Sep 17 00:00:00 2001 From: DeviousCardi <115358213+DeviousCardi@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:16:13 +0530 Subject: [PATCH] Bump rustls to 0.23.45 to fix RUSTSEC-2026-0285 TLS 1.3 handshake messages could be incorrectly accepted across encryption level boundaries in rustls 0.23.44. Patched in 0.23.45. Co-Authored-By: Claude Sonnet 5 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa09bef..39fdfd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1337,9 +1337,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.44" +version = "0.23.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6725596c3f2c3a0aef021139e145d4eafe314a6623e4680ca83852b2c67ab2ba" +checksum = "0d41d731c7d2f962d1ccc364cec258de3c0e93b38c2fb3ba97ac74513048d634" dependencies = [ "aws-lc-rs", "once_cell",