From 445369e8f8307baaf73f825aab7ae1a22903cc84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 20:59:19 +0000 Subject: [PATCH] fix(deps): update rust crate calamine to 0.35.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a5f5c2..a6ffb82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[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 26232e3..6f70163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "python_calamine" crate-type = ["cdylib"] [dependencies] -calamine = { version = "0.34.0", features = ["chrono"] } +calamine = { version = "0.35.0", features = ["chrono"] } pyo3 = { version = "0.28.2", features = [ "extension-module", "chrono",