Skip to content

Commit

Permalink
Merge pull request #3 from kainlite/dependabot/cargo/tower-http-0.6.1
Browse files Browse the repository at this point in the history
[Cargo]: bump tower-http from 0.5.2 to 0.6.1
  • Loading branch information
kainlite authored Dec 21, 2024
2 parents cfa1924 + dfafa50 commit 61b1167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "main.rs"

[dependencies]
axum = "0.7.9"
tower-http = { version = "0.5.2", default-features = false, features = ["trace"] }
tower-http = { version = "0.6.1", default-features = false, features = ["trace"] }
futures = "0.3.31"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"
Expand Down

0 comments on commit 61b1167

Please sign in to comment.