Skip to content

Commit 58bb64f

Browse files
Upgrade pyo3 0.23.2 -> 0.24.0 (#3107)
1 parent 869edd0 commit 58bb64f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ paste = "1.0.15"
110110
postcard = { version = "1.0.10", features = [
111111
"alloc",
112112
], default-features = false } # no_std compatible serde serialization format
113-
pyo3 = "0.23.2"
113+
pyo3 = "0.24.0"
114114
pyo3-build-config = "0.24.0"
115115
rangemap = "1.5.1"
116116
regex = "1.10.6"

bindings/pylibafl/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2024"
99
categories = ["development-tools::testing", "emulators", "embedded", "os"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.23.2", features = ["extension-module"] }
13-
pyo3-log = { version = "0.12.0" }
12+
pyo3 = { version = "0.24.0", features = ["extension-module"] }
13+
pyo3-log = { version = "0.12.2" }
1414
libafl_sugar = { path = "../../libafl_sugar", version = "0.15.2", features = [
1515
"python",
1616
] }
@@ -24,7 +24,7 @@ libafl_qemu = { path = "../../libafl_qemu", version = "0.15.2", features = [
2424
] }
2525

2626
[build-dependencies]
27-
pyo3-build-config = "0.23.2"
27+
pyo3-build-config = "0.24.0"
2828

2929
[lib]
3030
name = "pylibafl"

0 commit comments

Comments
 (0)