From cdb1956042aabd0acd430b7765e27b3b696898dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:12:38 +0000 Subject: [PATCH] Bump bindgen from 0.71.1 to 0.72.1 in /native Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.1 to 0.72.1. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.72.1/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.71.1...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- native/chromium/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index 2249a37a..a7e11252 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -4,9 +4,9 @@ version = 4 [[package]] name = "bindgen" -version = "0.71.1" +version = "0.72.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" dependencies = [ "bitflags", "cexpr", diff --git a/native/chromium/Cargo.toml b/native/chromium/Cargo.toml index e65981dd..9d5aa343 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.1", optional = true } [lints.clippy] missing_safety_doc = "allow"