Skip to content

Commit

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

---
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 Jul 21, 2023
1 parent 9b4cd44 commit 8149fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ opendal = {version = "0.38", default-features = false, features = ["native-tls",

# Tower
tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
tower-http = { version = "0.4.2", default-features = false, features = ["decompression-gzip"]}
tower-http = { version = "0.4.3", default-features = false, features = ["decompression-gzip"]}
# Serde
serde = { version = "1.0.173", default-features = false, features = ["derive"] }
serde-toml-merge = { version = "0.3.0", default-features = false }
Expand Down

0 comments on commit 8149fb5

Please sign in to comment.