From 7975abb7631f3d240ff5c03f4965960a7844b8f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:38:56 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 643d3f3..52f8f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] calamine = { version = "0.33.0", features = ["chrono"] } -pyo3 = { version = "0.27.1", features = [ +pyo3 = { version = "0.28.0", features = [ "extension-module", "chrono", "generate-import-lib",