From 6a66db9a5ede5594a76f8fca651f4694229bf884 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:14:27 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3-polars to 0.18.0 --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9797f7ea4..2221f2b9d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustext" -version = "0.1.2" +version = "0.2.0" authors = ["Luke Shingles "] edition = "2021" @@ -12,5 +12,5 @@ crate-type = ["cdylib"] autocompress = { version = "0.6.0", features = ["gzip", "rayon", "xz", "zstd"] } polars = { version = "0.43.1", features = ["diagonal_concat", "performant"] } pyo3 = { version = "0.22", features = ["abi3-py310"] } -pyo3-polars = { version = "0.17.0", features = ["dtype-struct"]} +pyo3-polars = { version = "0.18.0", features = ["dtype-struct"]} rayon = "1.10"