From 0049899e5af0efa802784a92ea84507f4efed0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:54:00 +0000 Subject: [PATCH] Bump calamine from 0.36.0 to 0.36.1 in /ext/parsekit Bumps [calamine](https://github.com/tafia/calamine) from 0.36.0 to 0.36.1. - [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.36.0...v0.36.1) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ext/parsekit/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/parsekit/Cargo.lock b/ext/parsekit/Cargo.lock index 3dc5427..c627c77 100644 --- a/ext/parsekit/Cargo.lock +++ b/ext/parsekit/Cargo.lock @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "calamine" -version = "0.36.0" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6975084f43060e56343ffba7f9731fa52a7dcf2e1cd8e2459fd4c6bf4a1bff59" +checksum = "5fa68281b1a76b54a62156474adb06bb380a67e07dd60656e3217152b42183f3" dependencies = [ "atoi_simd", "byteorder",