Skip to content

Commit 8d54ee2

Browse files
Update pyo3-build-config requirement from 0.18 to 0.21 (#2205)
Updates the requirements on [pyo3-build-config](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.18.0...v0.21.2) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominik Maier <[email protected]>
1 parent baf0744 commit 8d54ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libafl_qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ document-features = { version = "0.2", optional = true }
9696

9797
[build-dependencies]
9898
libafl_qemu_build = { path = "./libafl_qemu_build", version = "0.12.0" }
99-
pyo3-build-config = { version = "0.18", optional = true }
99+
pyo3-build-config = { version = "0.21", optional = true }
100100
rustversion = "1.0"
101101
bindgen = "0.69"
102102

libafl_sugar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ppc = ["libafl_qemu/ppc"]
4545
hexagon = ["libafl_qemu/hexagon"]
4646

4747
[build-dependencies]
48-
pyo3-build-config = { version = "0.18", optional = true }
48+
pyo3-build-config = { version = "0.21", optional = true }
4949

5050
[dependencies]
5151
libafl = { path = "../libafl", version = "0.12.0", features = ["adaptive_serialization"] }

0 commit comments

Comments
 (0)