From c79b82a59d763bd660805e135e7111fa79caf713 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:46:42 +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 23a705577..291e82358 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "artistools-rust" -version = "0.20250117.0" +version = "0.20250118.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"