bump pyo3 for RUSTSEC-2025-0020 (#7368)

This commit is contained in:
Onur Satici
2025-04-01 15:30:46 +01:00
committed by GitHub
parent 3c5d3f5fbe
commit 1b4acec186
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ crate-type = ["cdylib"]
[dependencies]
arrow = { path = "../arrow", features = ["pyarrow"] }
pyo3 = { version = "0.24", features = ["extension-module"] }
pyo3 = { version = "0.24.1", features = ["extension-module"] }
+1 -1
View File
@@ -54,7 +54,7 @@ arrow-select = { workspace = true }
arrow-string = { workspace = true }
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
pyo3 = { version = "0.24", default-features = false, optional = true }
pyo3 = { version = "0.24.1", default-features = false, optional = true }
half = { version = "2.1", default-features = false, optional = true }
[package.metadata.docs.rs]