From 3fb802a23c9fc0c34cca3f014a497c90153ab3e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:41:28 +0000 Subject: [PATCH] chore(deps)(deps): Update rust_xlsxwriter requirement from 0.64 to 0.94 Updates the requirements on [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) to permit the latest version. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.64.0...v0.94.0) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.94.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..6f643877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ rand = "0.8" # Export & Reporting csv = "1.3" -rust_xlsxwriter = "0.64" +rust_xlsxwriter = "0.94" lettre = { version = "0.11", features = ["builder", "tokio1-native-tls", "smtp-transport"] } handlebars = "5.1" mime = "0.3"