Skip to content

Commit

Permalink
Bump tower-http from v0.5 to v0.6 (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent d8b6bd0 commit 1ebbfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/example-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ serde_json = "1.0"
tokio = { version = "1.29.1", features = ["macros", "net", "time"] }
tokio-tungstenite = "0.24"
tower = { version = "0.5", features = ["make", "util"] }
tower-http = { version = "0.5", features = ["fs", "util", "set-header"] }
tower-http = { version = "0.6", features = ["fs", "util", "set-header"] }

0 comments on commit 1ebbfc0

Please sign in to comment.