Skip to content

Commit dfafa50

Browse files
[Cargo]: bump tower-http from 0.5.2 to 0.6.1
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.1. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.1) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfa1924 commit dfafa50

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

Cargo.lock

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ path = "main.rs"
1313

1414
[dependencies]
1515
axum = "0.7.9"
16-
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
16+
tower-http = { version = "0.6.1", default-features = false, features = ["trace"] }
1717
futures = "0.3.31"
1818
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
1919
tracing = "0.1.41"

0 commit comments

Comments
 (0)