From ccb65b17b45d66fc23f3af7b2ca4d7777238cfe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:23:51 +0000 Subject: [PATCH] build(deps): bump tower-test from `35188ec` to `251296d` Bumps [tower-test](https://github.com/tower-rs/tower) from `35188ec` to `251296d`. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/35188ece3a5e05762c2eb64c675ef8c2d42e229a...251296dc54a044383dffd16d2179b443e2615672) --- updated-dependencies: - dependency-name: tower-test dependency-version: 251296dc54a044383dffd16d2179b443e2615672 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f7283503ff..d9fcd889973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4690,7 +4690,7 @@ checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.16.1", + "hashbrown 0.15.2", "serde", "serde_core", ] @@ -8219,7 +8219,7 @@ dependencies = [ [[package]] name = "tower" version = "0.5.3" -source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" +source = "git+https://github.com/tower-rs/tower.git#251296dc54a044383dffd16d2179b443e2615672" dependencies = [ "futures-core", "futures-util", @@ -8262,7 +8262,7 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-layer" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" +source = "git+https://github.com/tower-rs/tower.git#251296dc54a044383dffd16d2179b443e2615672" [[package]] name = "tower-service" @@ -8273,12 +8273,12 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-service" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" +source = "git+https://github.com/tower-rs/tower.git#251296dc54a044383dffd16d2179b443e2615672" [[package]] name = "tower-test" version = "0.4.1" -source = "git+https://github.com/tower-rs/tower.git#35188ece3a5e05762c2eb64c675ef8c2d42e229a" +source = "git+https://github.com/tower-rs/tower.git#251296dc54a044383dffd16d2179b443e2615672" dependencies = [ "pin-project-lite", "tokio",