From 03d74b4e6f5e0e33fc2b14acbc2586204b8bc838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:30:00 +0000 Subject: [PATCH] build(deps): bump tower-test from `46f9b4f` to `35188ec` Bumps [tower-test](https://github.com/tower-rs/tower) from `46f9b4f` to `35188ec`. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/46f9b4fd14e0a7f3311832b050b7bc1f6c69b152...35188ece3a5e05762c2eb64c675ef8c2d42e229a) --- updated-dependencies: - dependency-name: tower-test dependency-version: 35188ece3a5e05762c2eb64c675ef8c2d42e229a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5002bbba27..ce377ab50e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "tower" version = "0.5.3" -source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" +source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" dependencies = [ "futures-core", "futures-util", @@ -8234,7 +8234,7 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-layer" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" +source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" [[package]] name = "tower-service" @@ -8245,12 +8245,12 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-service" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" +source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" [[package]] name = "tower-test" version = "0.4.1" -source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" +source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" dependencies = [ "pin-project-lite", "tokio",