From da4835a349685c40a1f9452440183ade87d8305f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 07:05:09 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.53 to 0.54 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.53.0...v0.54.0) Signed-off-by: dependabot-preview[bot] --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index fa1affa1..a8bac2a3 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -18,7 +18,7 @@ reqwest = { version = "0.10", features = ["native-tls", "blocking"] } tar = "0.4" [build-dependencies] -bindgen = "0.53" +bindgen = "0.54" glob = "0.3" napi-build = { version = "0.1", path = "../build" } regex = "1.3"