Skip to content

Commit

Permalink
build(deps): update tower-http requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.4.0...tower-http-0.5.0)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent a36dff5 commit f6cd246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ tokio = { version = "1.17.0", optional = false, default-features = false }
tokio-rustls = { version = "0.24.1", optional = true, default-features = false }
tokio-openssl = { version = "0.6.3", optional = true }
tokio-util = { version = "0.7", optional = true, default-features = false }
tower-http = { version = "0.4.0", optional = true, default-features = false, features = [
tower-http = { version = "0.5.0", optional = true, default-features = false, features = [
"map-response-body",
] }
tower = { version = "0.4", default-features = false, optional = true }
Expand Down

0 comments on commit f6cd246

Please sign in to comment.