From b9b30a3b41c8e99b486b98f6039fe036d8c543d9 Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Fri, 31 Oct 2025 16:04:32 +0100 Subject: [PATCH 1/2] Update tokio-rustls --- dropshot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index b1368941..67c8582d 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -44,7 +44,7 @@ slog-bunyan = "2.5.0" slog-json = "2.6.1" slog-term = "2.9.2" thiserror = "2.0.17" -tokio-rustls = "0.25.0" +tokio-rustls = "0.26.0" toml = "0.9.8" waitgroup = "0.1.2" From ce8cf74cc35ba59c4dd227f5b5120403ca60320d Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Fri, 31 Oct 2025 16:15:57 +0100 Subject: [PATCH 2/2] Update Cargo.toml --- dropshot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 67c8582d..28acabd5 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -29,7 +29,7 @@ indexmap = "2.12.0" multer = "3.1.0" paste = "1.0.15" percent-encoding = "2.3.2" -rustls = "0.22.4" +rustls = "0.23" rustls-pemfile = "2.2.0" scopeguard = "1.2.0" semver = "1.0.27"