Skip to content

Commit a352025

Browse files
chore(deps): Bump tower-http from 0.4.3 to 0.4.4
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.4.3...tower-http-0.4.4) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40ef7c4 commit a352025

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ opendal = {version = "0.38", default-features = false, features = ["native-tls",
198198

199199
# Tower
200200
tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
201-
tower-http = { version = "0.4.3", default-features = false, features = ["decompression-gzip"]}
201+
tower-http = { version = "0.4.4", default-features = false, features = ["decompression-gzip"]}
202202
# Serde
203203
serde = { version = "1.0.188", default-features = false, features = ["derive"] }
204204
serde-toml-merge = { version = "0.3.0", default-features = false }

0 commit comments

Comments
 (0)