mirror of
https://github.com/langchain-ai/arrow-rs.git
synced 2026-07-01 21:34:01 -04:00
bump pyo3 for RUSTSEC-2025-0020 (#7368)
This commit is contained in:
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user