From 5e79903a895bbea0335c33885676bd327953d409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:14:51 +0000 Subject: [PATCH] build(deps): bump tower-test from `c1e28af` to `46f9b4f` Bumps [tower-test](https://github.com/tower-rs/tower) from `c1e28af` to `46f9b4f`. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/c1e28af2a9af852f0261883531bbc182121a35fd...46f9b4fd14e0a7f3311832b050b7bc1f6c69b152) --- updated-dependencies: - dependency-name: tower-test dependency-version: 46f9b4fd14e0a7f3311832b050b7bc1f6c69b152 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 006e8ccdef8..61cc1953059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4667,7 +4667,7 @@ checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "arbitrary", "equivalent", - "hashbrown 0.16.1", + "hashbrown 0.15.2", "serde", "serde_core", ] @@ -8148,7 +8148,7 @@ dependencies = [ [[package]] name = "tower" version = "0.5.3" -source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" +source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" dependencies = [ "futures-core", "futures-util", @@ -8191,7 +8191,7 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-layer" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" +source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" [[package]] name = "tower-service" @@ -8202,12 +8202,12 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-service" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" +source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" [[package]] name = "tower-test" version = "0.4.1" -source = "git+https://github.com/tower-rs/tower.git#c1e28af2a9af852f0261883531bbc182121a35fd" +source = "git+https://github.com/tower-rs/tower.git#46f9b4fd14e0a7f3311832b050b7bc1f6c69b152" dependencies = [ "pin-project-lite", "tokio",