Skip to content

Commit

Permalink
Bump tower from 0.4.13 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.0.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jessekrubin committed Aug 19, 2024
1 parent 69e9c34 commit e4e76ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 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/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tilejson.workspace = true
time = "0.3.36"
tokio = { workspace = true, features = ["fs"] }
tokio-stream.workspace = true
tower = { version = "0.4.13", features = ["timeout"] }
tower = { version = "0.5.0", features = ["timeout"] }
tower-http = { version = "0.5.1", 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"] }
Expand Down

0 comments on commit e4e76ba

Please sign in to comment.