From e4c4a0fd2e4bd95acb6ea63bcccb07171f51f11c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 16:42:46 +0000 Subject: [PATCH] chore(deps): update rust crate rust_xlsxwriter to 0.90 --- Cargo.lock | 23 ++++++++++------------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f492c1e..d5588fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,7 +1568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3977,11 +3977,11 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.80.0" +version = "0.90.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "442eafa04d985ae671e027481e07a5b70fdb1b2cb5e46d9e074b67ca98e01a0a" +checksum = "2be778223b36bb449b2ef2df4856ced2d311680818a7310db5c5dc370170f935" dependencies = [ - "zip 2.4.2", + "zip 4.6.1", ] [[package]] @@ -4015,7 +4015,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4028,7 +4028,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6342,26 +6342,23 @@ dependencies = [ [[package]] name = "zip" -version = "2.4.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" +checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308" dependencies = [ "arbitrary", "crc32fast", - "crossbeam-utils", - "displaydoc", "flate2", "indexmap 2.9.0", "memchr", - "thiserror 2.0.16", "zopfli", ] [[package]] name = "zip" -version = "3.0.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" dependencies = [ "arbitrary", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index eaf69bf..dd3b427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ rand = "0.8" testcontainers = "0.24" testcontainers-modules = { version = "0.12", features = ["postgres"] } # Dependencies for creating proper test Office documents -rust_xlsxwriter = "0.80" # For creating proper XLSX test files +rust_xlsxwriter = "0.90" # For creating proper XLSX test files # Enable test-utils feature for all tests readur = { path = ".", features = ["test-utils"] }