chore: bump dependencies and version

This commit is contained in:
meh
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 2c9cfb6ca9
commit 2a51f73d10
+2 -2
View File
@@ -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"