From 9de6c9efd3c673d57c0246a289051f67547821cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:24:54 +0000 Subject: [PATCH] Bump rust_xlsxwriter from 0.95.0 to 0.96.0 Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.95.0 to 0.96.0. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.95.0...v0.96.0) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.96.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- model-plugins/binoc-excel/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f2da412..90e05709 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2327,9 +2327,9 @@ checksum = "4e71ea27279164df7a84da1bbdb4d27d9105b5602c4ba5ce63863891c8ebd36f" [[package]] name = "rust_xlsxwriter" -version = "0.95.0" +version = "0.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f281b687352597d29efaad39701d1167d5c48aa76fb973e392bc13e9d44e7f36" +checksum = "dd1746025420e17b5d62528b930e550e016e857038794d74e169018126ef3d14" dependencies = [ "zip 7.2.0", ] diff --git a/model-plugins/binoc-excel/Cargo.toml b/model-plugins/binoc-excel/Cargo.toml index 588eeb1c..2d36a569 100644 --- a/model-plugins/binoc-excel/Cargo.toml +++ b/model-plugins/binoc-excel/Cargo.toml @@ -28,7 +28,7 @@ binoc-stdlib = { workspace = true, optional = true, features = ["test-vectors"] calamine = { version = "0.35.0", features = ["dates"] } blake3 = "1.8.5" chrono = { version = "0.4.45", default-features = false, features = ["alloc"] } -rust_xlsxwriter = { version = "0.95.0", optional = true } +rust_xlsxwriter = { version = "0.96.0", optional = true } [dev-dependencies] binoc-core = { workspace = true }