Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.4.4 (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent bb132c2 commit c55c770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -24,7 +24,7 @@ image = "0.24.7"
rand = "0.8.5"
async_zip = { version = "0.0.15", features = ["tokio", "tokio-fs", "deflate"] }
csv-async = { version = "1.2.6", features = ["tokio"] }
tower-http = { version = "0.4.3", features = ["trace"] }
tower-http = { version = "0.4.4", features = ["trace"] }
rust_xlsxwriter = {version = "0.44.0", features = ["chrono"]}
axum-login = { version = "0.5.0", features = ["sqlx", "postgres"] }
bcrypt = "0.15.0"
Expand Down

0 comments on commit c55c770

Please sign in to comment.