Skip to content

Commit

Permalink
Update Rust crate tower-http to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 6e9598b commit 79a954a
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 @@ -13,6 +13,6 @@ reqwest = { version = "0.11.18", features = ["json"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.102"
tokio = { version = "1.29.1", features = ["full"] }
tower-http = { version = "0.4.1", features = ["trace"] }
tower-http = { version = "0.5.1", features = ["trace"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"

0 comments on commit 79a954a

Please sign in to comment.