From c3ac9897c4a2405033122382bd878f19979a69f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 10:58:20 +0000 Subject: [PATCH] Update bindgen requirement from 0.50 to 0.59 in /fprint-sys Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.50.0...v0.59.0) Signed-off-by: dependabot-preview[bot] --- fprint-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fprint-sys/Cargo.toml b/fprint-sys/Cargo.toml index 4a781c1..31c2cc7 100644 --- a/fprint-sys/Cargo.toml +++ b/fprint-sys/Cargo.toml @@ -16,7 +16,7 @@ libfprint = "*" [dependencies] [build-dependencies] -bindgen = "0.50" +bindgen = "0.59" pkg-config = "0.3" [package.metadata.docs.rs]