From 97985cf050c531d78f589be7fdc36ed5d5515ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:32:41 +0000 Subject: [PATCH] Update bindgen requirement from 0.68 to 0.70 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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.68.0...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/nsi-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 crates/nsi-sys/Cargo.toml diff --git a/crates/nsi-sys/Cargo.toml b/crates/nsi-sys/Cargo.toml old mode 100755 new mode 100644 index f48d57b..b1dc5a0 --- a/crates/nsi-sys/Cargo.toml +++ b/crates/nsi-sys/Cargo.toml @@ -20,7 +20,7 @@ default = [] omit_functions = [] [build-dependencies] -bindgen = "0.68" +bindgen = "0.70" [dependencies] bitflags = "2"