Skip to content

Commit a900d58

Browse files
chore(deps): bump tower-http from 0.6.11 to 0.7.0 in /bots/rhodibot
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 0f9cd87 commit a900d58

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

bots/rhodibot/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.

bots/rhodibot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tokio = { version = "1.52.3", features = ["full"] }
2020
# Web framework
2121
axum = "0.8.9"
2222
tower = "0.5.3"
23-
tower-http = { version = "0.6.11", features = ["trace", "cors"] }
23+
tower-http = { version = "0.7.0", features = ["trace", "cors"] }
2424

2525
# HTTP client
2626
reqwest = { version = "0.12.28", features = ["json", "rustls-tls"], default-features = false }

0 commit comments

Comments
 (0)