From 572d10f07dee285448b140416f340b192e63e674 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 05:32:58 +0000 Subject: [PATCH] build(deps): update system-deps requirement from 2.0 to 3.2 Updates the requirements on [system-deps](https://github.com/gdesmott/system-deps) to permit the latest version. - [Release notes](https://github.com/gdesmott/system-deps/releases) - [Commits](https://github.com/gdesmott/system-deps/compare/2.0.0...system-deps@3.2.0) Signed-off-by: dependabot-preview[bot] --- intel-mediasdk-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intel-mediasdk-sys/Cargo.toml b/intel-mediasdk-sys/Cargo.toml index 30081a1..4b780f6 100644 --- a/intel-mediasdk-sys/Cargo.toml +++ b/intel-mediasdk-sys/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" [build-dependencies] bindgen = "0.59" -system-deps = "2.0" +system-deps = "3.2" [package.metadata.system-deps] libmfx = "1.28"