Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 8479839 commit 0cf97c5
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 @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.32", features = ["full"] }
tower = "0.4"
tower-http = { version = "0.4", features = ["cors", "trace", "map-request-body", "util"] }
tower-http = { version = "0.6", features = ["cors", "trace", "map-request-body", "util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "std", "json", "env-filter"] }

Expand Down

0 comments on commit 0cf97c5

Please sign in to comment.