Upgrade pyo3 0.23.2 -> 0.24.0 (#3107)

This commit is contained in:
jejuisland87654 2025-03-26 11:57:08 +01:00 committed by GitHub
parent 869edd068d
commit 58bb64fac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ paste = "1.0.15"
postcard = { version = "1.0.10", features = [
"alloc",
], default-features = false } # no_std compatible serde serialization format
pyo3 = "0.23.2"
pyo3 = "0.24.0"
pyo3-build-config = "0.24.0"
rangemap = "1.5.1"
regex = "1.10.6"

View File

@ -9,8 +9,8 @@ edition = "2024"
categories = ["development-tools::testing", "emulators", "embedded", "os"]
[dependencies]
pyo3 = { version = "0.23.2", features = ["extension-module"] }
pyo3-log = { version = "0.12.0" }
pyo3 = { version = "0.24.0", features = ["extension-module"] }
pyo3-log = { version = "0.12.2" }
libafl_sugar = { path = "../../libafl_sugar", version = "0.15.2", features = [
"python",
] }
@ -24,7 +24,7 @@ libafl_qemu = { path = "../../libafl_qemu", version = "0.15.2", features = [
] }
[build-dependencies]
pyo3-build-config = "0.23.2"
pyo3-build-config = "0.24.0"
[lib]
name = "pylibafl"