Skip to content

Commit

Permalink
Merge pull request #22 from samply/dependabot/cargo/main/tower-http-0.6
Browse files Browse the repository at this point in the history
Update tower-http requirement from 0.5 to 0.6
  • Loading branch information
enola-dkfz authored Sep 24, 2024
2 parents 8b80d3e + d9d8dd3 commit 628592e
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 @@ -17,7 +17,7 @@ rand = { default-features = false, version = "0.8.5" }
chrono = "0.4.31"
tokio = { version = "1.25.0", default_features = false, features = ["signal", "rt-multi-thread", "macros"] }
beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] }
tower-http = { version = "0.5", features = ["cors"] }
tower-http = { version = "0.6", features = ["cors"] }
async-sse = "5.1.0"
anyhow = "1"
futures-util = { version = "0.3", features = ["io"] }
Expand Down

0 comments on commit 628592e

Please sign in to comment.