Skip to content

Commit a0c7f92

Browse files
dependabot[bot]greenbonebot
authored andcommitted
Deps: Bump tower-http from 0.6.11 to 0.7.0
Bumps [tower-http](https://github.com/tower-rs/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfca78c commit a0c7f92

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
@@ -34,7 +34,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"
3434
sqlx = { version = "0.9", features = ["sqlite", "runtime-tokio"] }
3535
thiserror = "2.0.18"
3636
tokio = { version = "1.52.3", features = ["full"] }
37-
tower-http = { version = "0.6.11", features = ["trace"] }
37+
tower-http = { version = "0.7.0", features = ["trace"] }
3838
tracing = "0.1.44"
3939
tracing-subscriber = { version = "0.3.23", features = ["default", "env-filter", "fmt", "json"] }
4040
uuid = { version = "1", features = ["v4"] }

0 commit comments

Comments
 (0)