From eb2d140737ff52953e335d6bf76eeaae6b90e653 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:37:30 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.23.0 --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e5ad7c3a5..72f91d446 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustext" -version = "0.2.0" +version = "0.3.0" authors = ["Luke Shingles "] edition = "2021" @@ -11,6 +11,6 @@ crate-type = ["cdylib"] [dependencies] autocompress = { version = "0.6.0", features = ["gzip", "rayon", "xz", "zstd"] } polars = { version = "0.45.1", features = ["diagonal_concat", "performant"] } -pyo3 = { version = "0.22.4", features = ["abi3-py310"] } +pyo3 = { version = "0.23.0", features = ["abi3-py310"] } pyo3-polars = { version = "0.19.0", features = ["dtype-struct"] } rayon = "1.10"