From 40f7ff2b0819df1c121aba0cba0d70db7ac2e647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:29:27 +0000 Subject: [PATCH] build(deps): bump rust_xlsxwriter from 0.85.0 to 0.90.1 Bumps [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) from 0.85.0 to 0.90.1. - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](https://github.com/jmcnamara/rust_xlsxwriter/compare/v0.85.0...v0.90.1) --- updated-dependencies: - dependency-name: rust_xlsxwriter dependency-version: 0.90.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++++++++++++++++++++----- samling/Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b709e1..240fb35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,6 +753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" dependencies = [ "crc32fast", + "libz-rs-sys", "miniz_oxide", ] @@ -1450,6 +1451,15 @@ dependencies = [ "libc", ] +[[package]] +name = "libz-rs-sys" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" +dependencies = [ + "zlib-rs", +] + [[package]] name = "litemap" version = "0.7.5" @@ -2179,9 +2189,9 @@ dependencies = [ [[package]] name = "rust_xlsxwriter" -version = "0.85.0" +version = "0.90.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04e5c9e505db0e7f0b48449b138d6de1fba90bd178833a0e401f8d1aab16774" +checksum = "21d941aa7282d80ea8f2d889b5353e43c3f2997c5410f6582c520b8907a83a70" dependencies = [ "zip", ] @@ -3770,19 +3780,24 @@ dependencies = [ [[package]] name = "zip" -version = "2.6.1" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744" +checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" dependencies = [ "arbitrary", "crc32fast", - "crossbeam-utils", "flate2", "indexmap 2.9.0", "memchr", "zopfli", ] +[[package]] +name = "zlib-rs" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2" + [[package]] name = "zopfli" version = "0.8.1" diff --git a/samling/Cargo.toml b/samling/Cargo.toml index 7776978..2d20363 100644 --- a/samling/Cargo.toml +++ b/samling/Cargo.toml @@ -50,7 +50,7 @@ rust_decimal = { version = "1.37.1", features = [ "db-postgres", "serde-with-float", ] } -rust_xlsxwriter = "0.85.0" +rust_xlsxwriter = "0.90.1" schemars = { version = "0.8.22", features = [ "derive", "preserve_order",