From dfc93fb1486fed886fe42491c7bdb5f078687952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:27:40 +0100 Subject: [PATCH] fix(deps): update rust crate rust_xlsxwriter to 0.49.0 (#134) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"