From 91713915646a150a14ce86d40331473240354973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 10:48:03 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.24 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4067735d..dbc6e9f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ arrow-schema = { version = "54.2.1" } arrow-data = { version = "54.2.1" } arrow-array = { version = "54.2.1" } parquet = { version = "54.2.1" } -pyo3 = { version = "0.23", features = [ +pyo3 = { version = "0.24", features = [ "eyre", "abi3-py37", "multiple-pymethods",