diff --git a/Cargo.lock b/Cargo.lock index 80d8d22..2e4b37b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,26 +381,6 @@ dependencies = [ "which", ] -[[package]] -name = "bindgen" -version = "0.64.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" -dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 1.0.109", -] - [[package]] name = "bindgen" version = "0.69.1" @@ -1130,11 +1110,11 @@ dependencies = [ [[package]] name = "ffmpeg-sys-next" -version = "6.1.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2529ad916d08c3562c754c21bc9b17a26c7882c0f5706cc2cd69472175f1620" +checksum = "972a460dd8e901b737ce0482bf71a837e1751e3dd7c8f8b0a4ead808e7f174a5" dependencies = [ - "bindgen 0.64.0", + "bindgen 0.69.1", "cc", "libc", "num_cpus", diff --git a/sanzu/Cargo.toml b/sanzu/Cargo.toml index c10731c..4c9803c 100644 --- a/sanzu/Cargo.toml +++ b/sanzu/Cargo.toml @@ -21,7 +21,7 @@ embedded-graphics = "0.8" encoding_rs = "0.8" env_logger = "0.11" err-derive = "0.3" -ffmpeg-sys-next = "6.0" +ffmpeg-sys-next = "7.0" hound = "3.5" lazy_static = "1.4" libc = "0.2"