Update pyo3-build-config requirement from 0.22.3 to 0.23.1 (#2701)
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](https://github.com/pyo3/pyo3/compare/v0.22.3...v0.23.1) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b3d73b2919
commit
b4a69d15d0
@ -132,7 +132,7 @@ document-features = { workspace = true, optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
libafl_qemu_build = { workspace = true, default-features = true, version = "0.14.0" }
|
||||
pyo3-build-config = { version = "0.22.3", optional = true }
|
||||
pyo3-build-config = { version = "0.23.1", optional = true }
|
||||
rustversion = { workspace = true }
|
||||
bindgen = { workspace = true }
|
||||
cc = { workspace = true }
|
||||
|
@ -67,7 +67,7 @@ pyo3 = { version = "0.22.3", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
libafl_qemu_build = { workspace = true, default-features = true }
|
||||
pyo3-build-config = { version = "0.22.3", optional = true }
|
||||
pyo3-build-config = { version = "0.23.1", optional = true }
|
||||
rustversion = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
@ -57,7 +57,7 @@ riscv32 = ["libafl_qemu/riscv32"]
|
||||
riscv64 = ["libafl_qemu/riscv64"]
|
||||
|
||||
[build-dependencies]
|
||||
pyo3-build-config = { version = "0.22.3", optional = true }
|
||||
pyo3-build-config = { version = "0.23.1", optional = true }
|
||||
|
||||
[dependencies]
|
||||
libafl = { workspace = true, default-features = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user