From b9eb6914dde8778f59d1031f337248902653fda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 03:28:54 +0000 Subject: [PATCH] Update tokio-rustls requirement from 0.24.1 to 0.25.0 Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. - [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 af3a5678..1d81ef63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ members = [ [dependencies] -tokio-rustls = {version="0.24.1", features=["dangerous_configuration"]} +tokio-rustls = {version="0.25.0", features=["dangerous_configuration"]} rustls-pemfile = "1.0.3" rabbitmq-stream-protocol = { version = "0.4", path = "protocol" } tokio = { version = "1.29.1", features = ["full"] }