From 10512d825ccaa5225d81718e7b10ab70cbb61aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:39:46 +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 ddcb6da21..5df79becb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ tempfile = "3" test-strategy = "0.4.5" thiserror = "2" tokio = { version = "1.40", features = ["full"] } -tokio-rustls = { version = "0.26.0" } +tokio-rustls = { version = "0.26.4" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]} toml = "1.0"