diff --git a/r2r_actions/Cargo.toml b/r2r_actions/Cargo.toml index 7c9f5b598..2efa9bc32 100644 --- a/r2r_actions/Cargo.toml +++ b/r2r_actions/Cargo.toml @@ -15,7 +15,7 @@ r2r_rcl = { path = "../r2r_rcl", version = "0.9.6" } r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.9.6" } [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" r2r_common = { path = "../r2r_common", version = "0.9.6" } [features] diff --git a/r2r_common/Cargo.toml b/r2r_common/Cargo.toml index 291bb3094..ef9bff65e 100644 --- a/r2r_common/Cargo.toml +++ b/r2r_common/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/sequenceplanner/r2r" documentation = "https://docs.rs/r2r/latest/r2r" [dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" sha2 = "0.10.6" os_str_bytes = "6.5.1" regex = "1.8.4" diff --git a/r2r_msg_gen/Cargo.toml b/r2r_msg_gen/Cargo.toml index 3c9919967..6b7a0d8ee 100644 --- a/r2r_msg_gen/Cargo.toml +++ b/r2r_msg_gen/Cargo.toml @@ -21,7 +21,7 @@ force-send-sync = "1.0.0" rayon = "1.7.0" [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" r2r_rcl = { path = "../r2r_rcl", version = "0.9.6" } r2r_common = { path = "../r2r_common", version = "0.9.6" } quote = "1.0.28" diff --git a/r2r_rcl/Cargo.toml b/r2r_rcl/Cargo.toml index 292e19ebf..04394e5fc 100644 --- a/r2r_rcl/Cargo.toml +++ b/r2r_rcl/Cargo.toml @@ -15,7 +15,7 @@ paste = "1.0.9" widestring = "1.0.2" [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" r2r_common = { path = "../r2r_common", version = "0.9.6" } [features]