From 41d0a06a3a0c282d08b456125e782b1df6571a96 Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 11 Mar 2021 15:30:41 +0000 Subject: [PATCH] Upgrade deps (#96) --- sys/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 6a73e92..d26080b 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -16,16 +16,16 @@ keywords = ["audio", "video"] doctest = false [dependencies] -libc = "0.2" +libc = "0.2.88" [build-dependencies] -num_cpus = "1.11" -cc = "1.0" -pkg-config = "0.3" -bindgen = "0.56" +num_cpus = "1.13.0" +cc = "1.0.67" +pkg-config = "0.3.19" +bindgen = "0.57.0" [target.'cfg(target_env = "msvc")'.build-dependencies] -vcpkg = "0.2" +vcpkg = "0.2.11" [features] default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]