From b54090cb32a338c3ae9897b5ea2346a96585bac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:06:39 +0000 Subject: [PATCH] fix(deps): update rust crate calamine to 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58d1c4e..2d32719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "python_calamine" crate-type = ["cdylib"] [dependencies] -calamine = { version = "0.25.0", features = ["dates"] } +calamine = { version = "0.26.0", features = ["dates"] } pyo3 = { version = "0.22.1", features = [ "extension-module", "chrono",