From 8d5a6cf73a09ceee2d2e202631733de0ef69b437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:24:54 +0000 Subject: [PATCH] build(deps): update tokio-rustls requirement from 0.25.0 to 0.26.1 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/commits) --- 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 4419a92b4a..d283d7bc4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ http = "1.0.0" # rustls, update together rustls = "0.22.0" -tokio-rustls = "0.25.0" +tokio-rustls = "0.26.1"