From 3a83e8265a2c116323b1e8c470487f1aad4b8bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:55 +0000 Subject: [PATCH] Update bindgen requirement from 0.68 to 0.69 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.69.4) --- 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..419e8b2 --- 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.69" [dependencies] bitflags = "2"