Skip to content

Commit

Permalink
fix(deps): update rust crate rust_xlsxwriter to 0.44.0 (#128)
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 Aug 10, 2023
1 parent 54c34f8 commit e5e7d78
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 @@ -25,7 +25,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"] }
rust_xlsxwriter = {version = "0.43.0", features = ["chrono"]}
rust_xlsxwriter = {version = "0.44.0", features = ["chrono"]}
axum-login = { version = "0.5.0", features = ["sqlx", "postgres"] }
bcrypt = "0.15.0"
eyre = "0.6.8"
Expand Down

0 comments on commit e5e7d78

Please sign in to comment.