From 2dd1d5da0678a3e6f42543da63ed55aa11118d20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:27:56 +0000 Subject: [PATCH] Update Rust crate rustls to 0.23.0 [SECURITY] --- dropshot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 233687f0..7e863fd8 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -29,7 +29,7 @@ indexmap = "2.6.0" multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.1" -rustls = "0.22.4" +rustls = "0.23.0" rustls-pemfile = "2.1.3" scopeguard = "1.2.0" semver = "1.0.23"