Skip to content

Commit

Permalink
chore(deps): bump tower-http from 0.5.2 to 0.6.1 (#100)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 1ef97b5 commit c0ba3f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dead-man-switch-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ askama = "0.12.1"
axum = "0.7.5"
serde = { version = "1.0.128", features = ["derive"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.5.2", features = ["tracing", "trace", "cors"] }
tower-http = { version = "0.6.1", features = ["tracing", "trace", "cors"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

Expand Down

0 comments on commit c0ba3f8

Please sign in to comment.