Browse Source

Update Rust crate pyo3 to 0.24 [SECURITY]

renovate/crate-pyo3-vulnerability
renovate[bot] GitHub 5 months ago
parent
commit
9171391564
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

@@ -87,7 +87,7 @@ arrow-schema = { version = "54.2.1" }
arrow-data = { version = "54.2.1" }
arrow-array = { version = "54.2.1" }
parquet = { version = "54.2.1" }
pyo3 = { version = "0.23", features = [
pyo3 = { version = "0.24", features = [
"eyre",
"abi3-py37",
"multiple-pymethods",


Loading…
Cancel
Save