From e60eaa963bb013493f240b9d8d872745722b2e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:18:55 +0000 Subject: [PATCH] chore(deps): bump calamine from 0.33.0 to 0.34.0 Bumps [calamine](https://github.com/tafia/calamine) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](https://github.com/tafia/calamine/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da0dafc..edb36a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ dependencies = [ [[package]] name = "calamine" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ae094b353c7810cd5efd2e69413ebb9354816138a387c09f7b90d4e826a49f" +checksum = "20ae05a4e39297eecf9a994210d27501318c37a9318201f8e11050add82bb6f0" dependencies = [ "atoi_simd", "byteorder", @@ -545,7 +545,7 @@ dependencies = [ "encoding_rs", "fast-float2", "log", - "quick-xml", + "quick-xml 0.39.2", "serde", "zip 7.2.0", ] @@ -2871,7 +2871,7 @@ dependencies = [ "lopdf", "nvisy-core", "pdfium-render", - "quick-xml", + "quick-xml 0.38.4", "rayon", "schemars 1.2.1", "scraper", @@ -3555,6 +3555,15 @@ name = "quick-xml" version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" +dependencies = [ + "memchr", +] + +[[package]] +name = "quick-xml" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" dependencies = [ "encoding_rs", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 62b89ab..3258d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ pdfium-render = { version = "0.8", features = [] } # Document parsing scraper = { version = "0.25", features = [] } -calamine = { version = "0.33", features = [] } +calamine = { version = "0.34", features = [] } zip = { version = "8.0", features = [] } quick-xml = { version = "0.38", features = [] }