Upgrade pyo3 0.23.2 -> 0.24.0 (#3107)
This commit is contained in:
parent
869edd068d
commit
58bb64fac4
@ -110,7 +110,7 @@ paste = "1.0.15"
|
|||||||
postcard = { version = "1.0.10", features = [
|
postcard = { version = "1.0.10", features = [
|
||||||
"alloc",
|
"alloc",
|
||||||
], default-features = false } # no_std compatible serde serialization format
|
], default-features = false } # no_std compatible serde serialization format
|
||||||
pyo3 = "0.23.2"
|
pyo3 = "0.24.0"
|
||||||
pyo3-build-config = "0.24.0"
|
pyo3-build-config = "0.24.0"
|
||||||
rangemap = "1.5.1"
|
rangemap = "1.5.1"
|
||||||
regex = "1.10.6"
|
regex = "1.10.6"
|
||||||
|
@ -9,8 +9,8 @@ edition = "2024"
|
|||||||
categories = ["development-tools::testing", "emulators", "embedded", "os"]
|
categories = ["development-tools::testing", "emulators", "embedded", "os"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pyo3 = { version = "0.23.2", features = ["extension-module"] }
|
pyo3 = { version = "0.24.0", features = ["extension-module"] }
|
||||||
pyo3-log = { version = "0.12.0" }
|
pyo3-log = { version = "0.12.2" }
|
||||||
libafl_sugar = { path = "../../libafl_sugar", version = "0.15.2", features = [
|
libafl_sugar = { path = "../../libafl_sugar", version = "0.15.2", features = [
|
||||||
"python",
|
"python",
|
||||||
] }
|
] }
|
||||||
@ -24,7 +24,7 @@ libafl_qemu = { path = "../../libafl_qemu", version = "0.15.2", features = [
|
|||||||
] }
|
] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pyo3-build-config = "0.23.2"
|
pyo3-build-config = "0.24.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "pylibafl"
|
name = "pylibafl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user