From 8d8fa6fa2da3d658a6d564ebcab9340f8bf2d9d4 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Sat, 27 Apr 2024 14:14:19 -0400 Subject: [PATCH] Cargo: update rustls 0.23.1 -> 0.23.5 Notably this resolves a `cargo deny` finding that, while not at all applicable to this crate, was failing the audit check in CI. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db88ddd4..b286bb89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,9 +264,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.1" +version = "0.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e153fc89608e0515660ca656fd7f2fa05ca6690f3fd6ad1b0a46e24a8130d838" +checksum = "afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e" dependencies = [ "once_cell", "ring",