From c4f22081a3bd51061ed01642ceb4a7b8a0d40e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:59:54 +0000 Subject: [PATCH] Update bindgen requirement from 0.59.0 to 0.66.1 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.59.0...v0.66.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sudo_plugin-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo_plugin-sys/Cargo.toml b/sudo_plugin-sys/Cargo.toml index 73dce24..41e3bce 100644 --- a/sudo_plugin-sys/Cargo.toml +++ b/sudo_plugin-sys/Cargo.toml @@ -17,4 +17,4 @@ keywords = ['sudo', 'sudo-plugin', 'api-bindings'] build = 'build.rs' [build-dependencies] -bindgen = { version = '0.59.0', optional = true } +bindgen = { version = '0.66.1', optional = true }