From 3921743a70585320b66bb705695266fbd06c84cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:42:50 +0000 Subject: [PATCH] deps: update tokio-rustls requirement from 0.25 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.25.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 b4051ab..1675608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ zstd = { version = "0.13", optional = true } snap = { version = "1.1", optional = true } # TLS (optional) -tokio-rustls = { version = "0.25", optional = true } +tokio-rustls = { version = "0.26", optional = true } rustls-pemfile = { version = "2.0", optional = true } rustls = { version = "0.22", optional = true }