Skip to content

Commit

Permalink
fix(deps): update rust crate axum-login to 0.6.0 (#141)
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 d5e82c4 commit b82ca63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
31 changes: 7 additions & 24 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 @@ -26,7 +26,7 @@ async_zip = { version = "0.0.15", features = ["tokio", "tokio-fs", "deflate"] }
csv-async = { version = "1.2.6", features = ["tokio"] }
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"] }
axum-login = { version = "0.6.0", features = ["sqlx", "postgres"] }
bcrypt = "0.15.0"
eyre = "0.6.8"
once_cell = "1.18.0"
Expand Down

0 comments on commit b82ca63

Please sign in to comment.