Skip to content

Commit ff41c39

Browse files
chore(deps): bump tower-http from 0.6.11 to 0.7.0 in /bots/echidnabot
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 ff41c39

2 files changed

Lines changed: 21 additions & 4 deletions

File tree

bots/echidnabot/Cargo.lock

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

bots/echidnabot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tokio = { version = "1.52.3", features = ["full"] }
2828
# HTTP framework
2929
axum = { version = "0.8.9", features = ["macros"] }
3030
tower = "0.5.3"
31-
tower-http = { version = "0.6.11", features = ["cors", "trace", "request-id"] }
31+
tower-http = { version = "0.7.0", features = ["cors", "trace", "request-id"] }
3232

3333
# GraphQL
3434
async-graphql = { version = "7.2.1", features = ["uuid", "chrono"] }

0 commit comments

Comments
 (0)