summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorMichael Krasnitski <michael.krasnitski@gmail.com>2024-07-08 10:21:49 -0400
committerPeter LaFosse <peter@vector35.com>2024-07-12 10:51:02 -0400
commit5b1ee476945e6a7244ebfb14700285a22efb3171 (patch)
treec207cfe784bd2d58c99a4b8215ce9b6702b700f3 /rust
parenta4746bdda6ea950ef6f0098de0c23bf11d4c6055 (diff)
Update bindgen
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.lock12
-rw-r--r--rust/binaryninjacore-sys/Cargo.toml2
2 files changed, 4 insertions, 10 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 8e18b38a..23078ec8 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -116,17 +116,17 @@ dependencies = [
[[package]]
name = "bindgen"
-version = "0.68.1"
+version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
+checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
+ "itertools",
"lazy_static",
"lazycell",
"log",
- "peeking_take_while",
"prettyplease",
"proc-macro2",
"quote",
@@ -726,12 +726,6 @@ dependencies = [
]
[[package]]
-name = "peeking_take_while"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
-
-[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml
index 95d21beb..6faafaa6 100644
--- a/rust/binaryninjacore-sys/Cargo.toml
+++ b/rust/binaryninjacore-sys/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
build = "build.rs"
[build-dependencies]
-bindgen = "^0.68"
+bindgen = "^0.69.2"