Skip to content

Commit

Permalink
Update tower version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Aug 14, 2024
1 parent f384cfb commit e309aa7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 27 deletions.
67 changes: 41 additions & 26 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 @@ -30,7 +30,7 @@ anyhow = "1.0"
itertools = "0.13"
csv = "1.1.6"
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
tower = { version = "0.4", features = ["util"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.5.0", features = ["fs", "normalize-path", "trace"] }
axum = { version = "0.7", features = ["macros"] }
axum-macros = "0.4.1"
Expand Down

0 comments on commit e309aa7

Please sign in to comment.