From 733c4ae8008f229c8e1619dc7a7d5aab87c67918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:02:18 +0000 Subject: [PATCH] build(deps): bump tower-test from `a1c277b` to `1992ebd` Bumps [tower-test](https://github.com/tower-rs/tower) from `a1c277b` to `1992ebd`. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/a1c277bc90839820bd8b4c0d8b47d14217977a79...1992ebd196467deffe193d5a073db655492ce168) --- updated-dependencies: - dependency-name: tower-test dependency-version: 1992ebd196467deffe193d5a073db655492ce168 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 c2d77c000a8..2e32d089013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6111,7 +6111,7 @@ dependencies = [ [[package]] name = "tower" version = "0.5.2" -source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" +source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" dependencies = [ "futures-core", "futures-util", @@ -6154,7 +6154,7 @@ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-layer" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" +source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" [[package]] name = "tower-service" @@ -6165,12 +6165,12 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tower-service" version = "0.3.3" -source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" +source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" [[package]] name = "tower-test" version = "0.4.1" -source = "git+https://github.com/tower-rs/tower.git#a1c277bc90839820bd8b4c0d8b47d14217977a79" +source = "git+https://github.com/tower-rs/tower.git#1992ebd196467deffe193d5a073db655492ce168" dependencies = [ "pin-project-lite", "tokio",