Skip to content

Commit

Permalink
fix(deps): update rust crate rust_xlsxwriter to 0.49.0 (#134)
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 9751c69 commit dfc93fb
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.4", features = ["trace"] }
rust_xlsxwriter = {version = "0.44.0", features = ["chrono"]}
rust_xlsxwriter = {version = "0.49.0", features = ["chrono"]}
axum-login = { version = "0.6.0", features = ["sqlx", "postgres"] }
bcrypt = "0.15.0"
eyre = "0.6.8"
Expand Down

0 comments on commit dfc93fb

Please sign in to comment.