From 373233d1adbd00c5b032130a8e2c8dfe733d7af8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 06:25:19 +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.92.0. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.90.2...v0.92.0) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.92.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..1da5d66 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.92.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2be778223b36bb449b2ef2df4856ced2d311680818a7310db5c5dc370170f935" +checksum = "af3a05e4f65e6b9485c47be9d51b0f31ddc52f0279572e27de6e10e5212520e4" dependencies = [ "zip", ] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2731c33..b438723 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.92" # Settings system dependencies serde_yaml = "0.9"