Skip to content

Commit

Permalink
Bump tower-http from 0.5.2 to 0.6.0 (#1059)
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.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.0)

---
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 Sep 20, 2024
1 parent 590305f commit d684c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 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/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ entropy-programs-runtime="0.10.0"
tracing ="0.1.37"
tracing-subscriber ={ version="0.3.18", features=["env-filter", "json"] }
tracing-loki ="0.2"
tower-http ={ version="0.5.2", features=["trace", "cors"] }
tower-http ={ version="0.6.0", features=["trace", "cors"] }
tracing-bunyan-formatter="0.3.9"
uuid ={ version="1.10.0", features=["v4"] }

Expand Down

0 comments on commit d684c9f

Please sign in to comment.