fix(deps): update rust crate pyo3 to 0.24.0

This commit is contained in:
renovate[bot]
2025-03-10 03:15:24 +00:00
committed by GitHub
parent 99a4b130af
commit 4255e15748
2 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow.workspace = true
ndarray.workspace = true
pyo3 = { version = "0.23.0", features = ["anyhow"] }
pyo3 = { version = "0.24.0", features = ["anyhow"] }
sbv2_core = { path = "../sbv2_core", features = ["std"], default-features = false }
[features]