From 2a51f73d1097bdd2406e8a64dfecccad85c0020a Mon Sep 17 00:00:00 2001 From: meh Date: Wed, 28 Apr 2021 22:30:44 +0200 Subject: [PATCH] chore: bump dependencies and version --- sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index d26080b..67f619f 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "4.2.1" +version = "4.3.2" build = "build.rs" links = "ffmpeg" readme = "README.md" @@ -22,7 +22,7 @@ libc = "0.2.88" num_cpus = "1.13.0" cc = "1.0.67" pkg-config = "0.3.19" -bindgen = "0.57.0" +bindgen = "0.58.1" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2.11"