From 1d50b72d7f98fa84292882970bcdc445d98f9abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 02:30:18 +0000 Subject: [PATCH] chore(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.0) --- updated-dependencies: - dependency-name: tokio-rustls 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 8ab085a..5495929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rustls = { version = "0.22", optional = true } snap = { version = "1", optional = true } thiserror = "1.0" tokio = { version = "1.19", default-features = false, features = ["io-util", "net", "rt", "sync", "time", "macros"] } -tokio-rustls = { version = "0.25", optional = true } +tokio-rustls = { version = "0.26", optional = true } tracing = "0.1" zstd = { version = "0.13", optional = true }