From 445267917b17e47bbb1082ff4c4ecb3690728bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:33:56 +0000 Subject: [PATCH] Bump bindgen from 0.66.1 to 0.68.1 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.66.1 to 0.68.1. - [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.1...v0.68.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rb-sys-build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 898cda8b..6cd4f7a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.66.1" +version = "0.68.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" +checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" dependencies = [ "bitflags 2.3.2", "cexpr", diff --git a/crates/rb-sys-build/Cargo.toml b/crates/rb-sys-build/Cargo.toml index 1552adba..f0446b4b 100644 --- a/crates/rb-sys-build/Cargo.toml +++ b/crates/rb-sys-build/Cargo.toml @@ -15,7 +15,7 @@ doctest = false [dependencies] regex = "1" shell-words = "1.1" -bindgen = { version = "0.66", default-features = false, features = ["runtime"] } +bindgen = { version = "0.68", default-features = false, features = ["runtime"] } syn = { version = "2.0", features = ["parsing", "full", "extra-traits"] } quote = "1.0" lazy_static = "1.4.0"