Skip to content

Commit

Permalink
Bump tower-http from 0.5.2 to 0.6.0
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]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 96f965e commit a8a1a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 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/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ time = "0.3.36"
tokio = { workspace = true, features = ["fs"] }
tokio-stream.workspace = true
tower = { version = "0.5.1", features = ["timeout"] }
tower-http = { version = "0.5.1", features = ["trace", "timeout", "add-extension", "util", "request-id", "compression-gzip", "compression-zstd", "async-compression"] }
tower-http = { version = "0.6.0", features = ["trace", "timeout", "add-extension", "util", "request-id", "compression-gzip", "compression-zstd", "async-compression"] }
tracing.workspace = true
tracing-subscriber = { workspace = true, features = ["fmt", "json", "env-filter", "chrono"] }
utiles-core = { path = "../utiles-core", version = "0.7.0-alpha.1" }
Expand Down

0 comments on commit a8a1a3d

Please sign in to comment.