From daa4ef02f3b6f8c5afed036daf647d90caa7fb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:55:10 +0000 Subject: [PATCH] chore(deps): bump tower from 0.4.13 to 0.5.1 Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.1. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.13...tower-0.5.1) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- tests/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 930f0e5..6c86404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,7 +1576,7 @@ dependencies = [ "redis 0.25.4", "rumqttc", "tokio", - "tower 0.4.13", + "tower 0.5.1", ] [[package]] @@ -3118,7 +3118,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -8517,8 +8517,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", - "rand 0.8.5", + "cfg-if 0.1.10", + "rand 0.7.3", "static_assertions", ] diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3ecf383..7cce802 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["rt", "macros", "process"] } [dev-dependencies] http = "1.1" -tower = "0.4" +tower = "0.5" hyper = "1.4" redis = { version = "0.25", features = ["tokio-comp"] } rumqttc = "0.24.0"