From b2f8cb682e611534814d4fb5ca624cd896d2e626 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 04:38:36 +0000 Subject: [PATCH] Update Rust crate tokio-rustls to 0.26.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e74fe74de..4d168d08f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ tempfile = "3" test-strategy = "0.4.1" thiserror = "2" tokio = { version = "1.40", features = ["full"] } -tokio-rustls = { version = "0.24.1" } +tokio-rustls = { version = "0.26.4" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]} toml = "0.8"