From 29a1b86c4241193416f5030e8202199f651a35e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 05:34:52 +0000 Subject: [PATCH] Update system-deps requirement from 1.3 to 3.1 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/1.3.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- libplacebo-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libplacebo-sys/Cargo.toml b/libplacebo-sys/Cargo.toml index 28a7e73..22b2c01 100644 --- a/libplacebo-sys/Cargo.toml +++ b/libplacebo-sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" [build-dependencies] bindgen = "0.52" -system-deps = "1.3" +system-deps = "3.1" [dev-dependencies] structopt = "0.3"