From 73b6315c2d9d9a4e64736b21ee715428905010cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:40:04 +0000 Subject: [PATCH] Update tokio-rustls requirement from 0.23 to 0.26 Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/compare/v/0.23.0...v/0.26.4) --- updated-dependencies: - dependency-name: tokio-rustls dependency-version: 0.26.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 101f2b2..629411b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ log = { version = "0.4.4", optional = true } rustls-native-certs = { version = "0.6", optional = true } rustls = { version = "0.20", default-features = false } tokio = "1.0" -tokio-rustls = { version = "0.23", default-features = false } +tokio-rustls = { version = "0.26", default-features = false } webpki-roots = { version = "0.22", optional = true } [dev-dependencies]