diff --git a/Cargo.toml b/Cargo.toml index 0014cb4303..2a4ece4187 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ libafl_jumper = { path = "./utils/libafl_jumper", version = "0.14.1", default-fe ahash = { version = "0.8.11", default-features = false } # The hash function already used in hashbrown arbitrary-int = "1.2.7" # arbitrary sized integers, useful in combination with bitfields (bitbybit crate) backtrace = { version = "0.3.74", default-features = false } # Used to get the stacktrace in StacktraceObserver -bindgen = "0.70.1" +bindgen = "0.71.1" bitbybit = "1.3.2" # bitfields, use this for bit fields and bit enums clap = "4.5.18" cc = "1.1.21" diff --git a/libafl_targets/Cargo.toml b/libafl_targets/Cargo.toml index 8a5f741b90..3138a12fe6 100644 --- a/libafl_targets/Cargo.toml +++ b/libafl_targets/Cargo.toml @@ -66,7 +66,7 @@ cmplog_extended_instrumentation = [ function-logging = ["common"] track_hit_feedbacks = ["libafl/track_hit_feedbacks"] [build-dependencies] -bindgen = "0.70.1" +bindgen = "0.71.1" cc = { version = "1.1.21", features = ["parallel"] } rustversion = "1.0.17"