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"