diff --git a/compile/Cargo.toml b/compile/Cargo.toml index 8eaef65a2..a77f84434 100644 --- a/compile/Cargo.toml +++ b/compile/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ ] [dependencies] -bindgen = "0.71" +bindgen = "0.72" cc = "1" libc = "0.2" regex = "1.10"