From 197d0a529e0be455b6c7b7d3c8329d17483f59bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:36:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.59.0 to 0.68.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.68.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..8fd303a 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.68.1', optional = true }