From 3244986c8a85d215a89ecda6c98c67f3964ffa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 06:26:21 +0000 Subject: [PATCH] deps(backend)(deps): bump rust_xlsxwriter in /src-tauri Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.90.2 to 0.91.0. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.90.2...v0.91.0) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.91.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 958bfeb..ed38a93 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3910,9 +3910,9 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.90.2" +version = "0.91.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be778223b36bb449b2ef2df4856ced2d311680818a7310db5c5dc370170f935" +checksum = "10b9cb296363ad01633b12bb93c5780fd692c847c60ea688c2846f95d9c2e3c8" dependencies = [ "zip", ] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2731c33..23ada5e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -55,7 +55,7 @@ csv = "1.3" tokio = { version = "1.48", features = ["full"] } # Export functionality printpdf = "0.7" -rust_xlsxwriter = "0.90" +rust_xlsxwriter = "0.91" # Settings system dependencies serde_yaml = "0.9"