diff --git a/Cargo.toml b/Cargo.toml index 60fef334..c295f1df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ weather = { path = "executables/weather" } # - External crates miniserde = { version = "0.1" } -bindgen = { version = "0.72" } +bindgen = { version = "0.73" } cbindgen = { version = "0.29" } syn = { version = "2.0" } quote = { version = "1.0" }