From cd11ca8d96cd01b67889ad2cfa1a803014648c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 04:50:08 +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] --- gdnative-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdnative-sys/Cargo.toml b/gdnative-sys/Cargo.toml index 641a67d60..c678977e1 100644 --- a/gdnative-sys/Cargo.toml +++ b/gdnative-sys/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.67" libc = "0.2" [build-dependencies] -bindgen = { version = "0.66.0", default-features = false, features = ["runtime"] } +bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] } proc-macro2 = "1" quote = "1" miniserde = "0.1.16"