Skip to content

Commit 80d3661

Browse files
build(deps): bump tower from 0.4.13 to 0.5.0
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.0. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0) --- updated-dependencies: - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7eff3c8 commit 80d3661

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

Cargo.lock

+20-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tokio-stream = "0.1.15"
6969
mockall = "0.13"
7070
rstest = "0.22"
7171
tempfile = "3.12.0"
72-
tower = { version = "0.4", features = ["util"] }
72+
tower = { version = "0.5", features = ["util"] }
7373
http-body-util = "0.1.1"
7474
testcontainers = { version = "0.21", features = ["watchdog"] }
7575
backon = "0.4.4"

0 commit comments

Comments
 (0)