diff --git a/Cargo.lock b/Cargo.lock index 5de3aad..0e891b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2447,9 +2447,9 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.44.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23924c75913240a14e9c599dabc09ce7c40398ec31eaf6dc299f3a5d22720bc1" +checksum = "953a68bf704ae7e7cec06c4bbe3110bc92fecc018a48376d024c26de60403f64" dependencies = [ "chrono", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 4117ec2..8f3644b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"