From e5639f612d56d9090f1566e84ebeebba6e6e37b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:55:30 +0000 Subject: [PATCH] Bump bindgen from 0.71.1 to 0.72.0 in /native Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.1 to 0.72.0. - [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.71.1...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 6 +++--- native/chromium/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 96465e5..8efefc7 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -1,12 +1,12 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f" dependencies = [ "bitflags", "cexpr", diff --git a/native/chromium/Cargo.toml b/native/chromium/Cargo.toml index e65981d..7230a2f 100644 --- a/native/chromium/Cargo.toml +++ b/native/chromium/Cargo.toml @@ -16,7 +16,7 @@ winapi = { version = "0.3.9", features = ["winuser", "libloaderapi"] } gen = ["bindgen"] [build-dependencies] -bindgen = { version = "0.71.1", optional = true } +bindgen = { version = "0.72.0", optional = true } [lints.clippy] missing_safety_doc = "allow"