Skip to content

Commit 6628834

Browse files
Bump tower-http from 0.6.11 to 0.7.0 in the major-updates group
Bumps the major-updates group with 1 update: [tower-http](https://github.com/tower-rs/tower-http). Updates `tower-http` from 0.6.11 to 0.7.0 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.11...tower-http-0.7.0) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a04ae2c commit 6628834

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 3 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
@@ -33,7 +33,7 @@ tokio = { version = "1", features = ["full"] }
3333
tracing = "0.1"
3434
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3535
axum = "0.8"
36-
tower-http = { version = "0.6", features = ["trace"] }
36+
tower-http = { version = "0.7", features = ["trace"] }
3737
clap = { version = "4", features = ["derive"] }
3838
toml = "1.1"
3939

0 commit comments

Comments
 (0)