Skip to content

Commit

Permalink
Merge pull request #367 from pombase/dependabot/cargo/tower-http-0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
2 parents 66eed8e + d374309 commit 7a5763a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -31,7 +31,7 @@ itertools = "0.13"
csv = "1.1.6"
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6.0", features = ["fs", "normalize-path"] }
tower-http = { version = "0.6.1", features = ["fs", "normalize-path"] }
axum = { version = "0.7", features = ["macros"] }
axum-macros = "0.4.1"
http-body-util = "0.1.2"
Expand Down

0 comments on commit 7a5763a

Please sign in to comment.