summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--floss/hcidoc/packets/Cargo.toml2
-rw-r--r--system/gd/rust/topshim/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/floss/hcidoc/packets/Cargo.toml b/floss/hcidoc/packets/Cargo.toml
index 6792c71aeb..cd633bb88c 100644
--- a/floss/hcidoc/packets/Cargo.toml
+++ b/floss/hcidoc/packets/Cargo.toml
@@ -26,7 +26,7 @@ edition = "2018"
build = "build.rs"
[dependencies]
-bindgen = "0.64"
+bindgen = "0.69.4"
bytes = "1.0"
num-derive = "0.3"
num-traits = "0.2"
diff --git a/system/gd/rust/topshim/Cargo.toml b/system/gd/rust/topshim/Cargo.toml
index 73a8b37623..bc54e63a70 100644
--- a/system/gd/rust/topshim/Cargo.toml
+++ b/system/gd/rust/topshim/Cargo.toml
@@ -36,7 +36,7 @@ tokio-stream = "0.1"
bitflags ="2.4.0"
[build-dependencies]
-bindgen = "0.64"
+bindgen = "0.69.4"
pkg-config = "0.3"
[lib]