Skip to content

Commit 1b4acec

Browse files
authored
bump pyo3 for RUSTSEC-2025-0020 (#7368)
1 parent 3c5d3f5 commit 1b4acec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrow-pyarrow-integration-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ crate-type = ["cdylib"]
3434

3535
[dependencies]
3636
arrow = { path = "../arrow", features = ["pyarrow"] }
37-
pyo3 = { version = "0.24", features = ["extension-module"] }
37+
pyo3 = { version = "0.24.1", features = ["extension-module"] }

arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ arrow-select = { workspace = true }
5454
arrow-string = { workspace = true }
5555

5656
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
57-
pyo3 = { version = "0.24", default-features = false, optional = true }
57+
pyo3 = { version = "0.24.1", default-features = false, optional = true }
5858
half = { version = "2.1", default-features = false, optional = true }
5959

6060
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)