diff --git a/x264-sys/Cargo.toml b/x264-sys/Cargo.toml index 40b9120..9b25c0c 100644 --- a/x264-sys/Cargo.toml +++ b/x264-sys/Cargo.toml @@ -8,8 +8,8 @@ repository = "https://github.com/rust-av/x264-rs" edition = "2018" [build-dependencies] -bindgen = "0.65.1" -system-deps = "6.1.0" +bindgen = "0.70.1" +system-deps = "7.0.3" [package.metadata.system-deps] x264 = "0.147"