From c8584d76b0d7f705f027ecd1cf75cfd322335cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:50:00 +0000 Subject: [PATCH] fix(deps): update rust crate calamine to 0.32 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b496b34..a4a23e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,9 +226,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "calamine" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da56b262e8a827c6b12c3dde4ea4622e0ff542bd2e9ea5855e4cb523481d77b7" +checksum = "41bdeb83af82cd9cb686a19ed7efc2f50a21c262610f51ce945a8528860725ce" dependencies = [ "atoi_simd", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 519cd9b..f2d1e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -calamine = { version = "0.31", default-features = false, features = ["chrono"] } +calamine = { version = "0.32", default-features = false, features = ["chrono"] } clap = { version = "4.5", features = ["derive"] } oxigraph = { version = "0.5", default-features = false } rust_xlsxwriter = "0.91"