diff --git a/rust/Cargo.toml b/rust/Cargo.toml index fa1bb62e..15ff4c1c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -22,7 +22,7 @@ dirs = { version = "5.0", optional = true } download-bridgestan-src = ["dep:ureq", "dep:tar", "dep:flate2", "dep:dirs"] [build-dependencies] -bindgen = "0.69.1" +bindgen = "0.70.0" [dev-dependencies] approx = "0.5.1"