From 43799130efe883cf617ac420be5051f3f7182045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 04:58:00 +0000 Subject: [PATCH] Update bindgen requirement from 0.65.1 to 0.66.0 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.65.1...v0.66.0) --- 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 173c756ed..641a67d60 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.65.1", default-features = false, features = ["runtime"] } +bindgen = { version = "0.66.0", default-features = false, features = ["runtime"] } proc-macro2 = "1" quote = "1" miniserde = "0.1.16"