Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent a243c69 commit 99aee42
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 @@ -23,7 +23,7 @@ serde = "1.0.175"
serde_json = "1.0.103"
tokio = { version = "1.29.1", features = ["signal", "macros"] }
tower = "0.4.13"
tower-http = { version = "0.4.3", features = ["tracing", "trace", "request-id","compression-br", "compression-deflate", "compression-gzip"] }
tower-http = { version = "0.6.0", features = ["tracing", "trace", "request-id","compression-br", "compression-deflate", "compression-gzip"] }
tracing = "0.1.37"
uuid = { version = "1.4.1", features = ["v4"] }
hyper-trust-dns = { version = "0.5.0", features = [
Expand Down

0 comments on commit 99aee42

Please sign in to comment.