Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and freedit-dev committed Jan 23, 2024
1 parent bc49951 commit 56e976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio-rustls = "0.25.0"
tower = { version = "0.4", features = ["timeout"] }
tower-http = { version = "0.5.0", features = ["fs", "compression-br", "trace"] }
tower-http = { version = "0.5.1", features = ["fs", "compression-br", "trace"] }
tracing = { version = "0.1", features = ["release_max_level_info", "max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
unicode-segmentation = "1"
Expand Down

0 comments on commit 56e976e

Please sign in to comment.