From 74ebca2eae36cdc28dd14278583be3f67c93f7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:32:57 +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 0b8aea4d6b..aa889aa5ec 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"