Skip to content

Commit fd779ad

Browse files
Update bindgen requirement from 0.71.1 to 0.72.0 (#3295)
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.71.1...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
1 parent e310cd2 commit fd779ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ libafl_jumper = { path = "./utils/libafl_jumper", version = "0.15.3", default-fe
8787
ahash = { version = "0.8.12", default-features = false } # The hash function already used in hashbrown
8888
arbitrary-int = "1.2.7" # arbitrary sized integers, useful in combination with bitfields (bitbybit crate)
8989
backtrace = { version = "0.3.74", default-features = false } # Used to get the stacktrace in StacktraceObserver
90-
bindgen = "0.71.1"
90+
bindgen = "0.72.0"
9191
# 2024-12-16: bitbybit 1.3.3 is leading CI to fail due to missing docs.
9292
# fixme: Change this to 1.3.3 when the issue https://github.com/danlehmann/bitfield/issues/66 is resolved.
9393
bitbybit = "=1.3.2" # bitfields, use this for bit fields and bit enums

libafl_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cmplog_extended_instrumentation = [
7272
function-logging = ["common"]
7373
track_hit_feedbacks = ["libafl/track_hit_feedbacks"]
7474
[build-dependencies]
75-
bindgen = "0.71.1"
75+
bindgen = "0.72.0"
7676
cc = { version = "1.1.21", features = ["parallel"] }
7777
rustversion = "1.0.17"
7878

0 commit comments

Comments
 (0)