Skip to content

Commit fae6f71

Browse files
[Cargo]: Bump tower-http from 0.4.4 to 0.5.0
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.4 to 0.5.0. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.4.4...tower-http-0.5.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63a9d52 commit fae6f71

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

Cargo.lock

+20-2
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
@@ -14,7 +14,7 @@ path = "version.rs"
1414
[dependencies]
1515
axum = "0.6.20"
1616
axum-extra = { version = "0.9.0", features = ["typed-routing"] }
17-
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
17+
tower-http = { version = "0.5.0", default-features = false, features = ["trace"] }
1818
futures = "0.3.29"
1919
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] }
2020
elegant-departure = { version = "0.2.1", features = ["tokio"] }

0 commit comments

Comments
 (0)