Skip to content

Commit

Permalink
Merge pull request #4 from langyo/dependabot/cargo/cargo-deps-1daba1c292
Browse files Browse the repository at this point in the history
Update tower-http requirement from ^0.5 to ^0.6 in the cargo-deps group
  • Loading branch information
langyo authored Sep 21, 2024
2 parents 59b75a7 + 62cb609 commit 431b6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ axum-extra = { version = "^0.9", features = [
clap = { version = "^4", features = ["derive"] }
hyper = { version = "^1", features = ["server", "http1"] }
tower = { version = "^0.5", features = ["make"] }
tower-http = { version = "^0.5", features = [
tower-http = { version = "^0.6", features = [
"fs",
"trace",
"compression-gzip",
Expand Down

0 comments on commit 431b6e1

Please sign in to comment.