From 92b6f0aa17e7830299b152ae13a192c8a098926d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:46:11 +0000 Subject: [PATCH] build(deps): bump calamine from 0.34.0 to 0.35.0 Bumps [calamine](https://github.com/tafia/calamine) from 0.34.0 to 0.35.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.34.0...v0.35.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c80fdaa..63f2338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "calamine" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ae05a4e39297eecf9a994210d27501318c37a9318201f8e11050add82bb6f0" +checksum = "8822fe6253ca47aa5ad9a3be09f6fe7cd20c6a74e41b0aa42e8f4e3d523508df" dependencies = [ "atoi_simd", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index adfe2d0..22aee30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ clap = {version = "4.6", features = ["derive"]} miette = {version = "7", features = ["fancy"]} thiserror = "2" -calamine = {version = "0.34", optional = true} +calamine = {version = "0.35", optional = true} csv = {version = "1", optional = true} docx-rs = {version = "0.4", optional = true} epub-builder = {version = "0.8", optional = true}