From 86575982af7a92a35d6f124d40ff433815416e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:47:21 +0000 Subject: [PATCH] Update bindgen requirement from 0.66.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.66.0...v0.68.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a49f96e..f6bd0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ generate-bindings = [ "bindgen"] update-bindings = [ "generate-bindings"] [build-dependencies] -bindgen = { version = "0.66.0", optional = true } +bindgen = { version = "0.68.1", optional = true } cc = "1.0.59"