diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 0e9565e97..9a4f2c538 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ ] [dependencies] -bindgen = "0.61.0" +bindgen = "0.69.1" cc = "1" libc = "0.2.137" regex = "1.7.0"