Skip to content

Commit

Permalink
Merge pull request #239 from Vrtgs/dependabot/cargo/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
Vrtgs authored Sep 25, 2024
2 parents 602abb1 + 885c65c commit 56a06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirtyfour/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ assert_matches = "1.5"
axum = "0.7"
color-eyre = "0.6"
rstest = { version = "0.22.0", default-features = false }
tower-http = { version = "0.5", features = ["fs"] }
tower-http = { version = "0.6", features = ["fs"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = { version = "1", features = ["rt-multi-thread"] }

Expand Down

0 comments on commit 56a06ec

Please sign in to comment.