Skip to content

Commit 1884309

Browse files
authored
Merge pull request #93 from cloudfoundry-rs/renovate/tower-http-0.x
fix(deps): update rust crate tower-http to 0.4.3
2 parents 3f2fc77 + eaec281 commit 1884309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = "1.0.175"
2323
serde_json = "1.0.103"
2424
tokio = { version = "1.29.1", features = ["signal", "macros"] }
2525
tower = "0.4.13"
26-
tower-http = { version = "0.4.0", features = ["tracing", "trace", "request-id","compression-br", "compression-deflate", "compression-gzip"] }
26+
tower-http = { version = "0.4.3", features = ["tracing", "trace", "request-id","compression-br", "compression-deflate", "compression-gzip"] }
2727
tracing = "0.1.37"
2828
uuid = { version = "1.4.1", features = ["v4"] }
2929
hyper-trust-dns = { version = "0.5.0", features = [

0 commit comments

Comments
 (0)