From 9554b2466e53c113b4a911e834e5584dcd0ec652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:40:12 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.64 to 0.69 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.64.0...v0.69.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ash/src/vk/native.rs | 2 +- generator/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ash/src/vk/native.rs b/ash/src/vk/native.rs index ac304d0a0..223fb738f 100644 --- a/ash/src/vk/native.rs +++ b/ash/src/vk/native.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.64.0 */ +/* automatically generated by rust-bindgen 0.69.1 */ #[repr(C)] #[derive(Copy, Clone, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)] diff --git a/generator/Cargo.toml b/generator/Cargo.toml index 73ebace46..0422e161a 100644 --- a/generator/Cargo.toml +++ b/generator/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -bindgen = "0.64" +bindgen = "0.69" heck = "0.4" itertools = "0.12" nom = "7.1"