From fc6fa09ac26199d02969aab356e2102158975fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:03:15 +0000 Subject: [PATCH] Update bindgen requirement from ^0.69.2 to ^0.72.0 in /userfaultfd-sys 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.69.2...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- userfaultfd-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userfaultfd-sys/Cargo.toml b/userfaultfd-sys/Cargo.toml index 89be5cb..c56b503 100644 --- a/userfaultfd-sys/Cargo.toml +++ b/userfaultfd-sys/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" cfg-if = "^1.0.0" [build-dependencies] -bindgen = { version = "^0.69.2", default-features = false, features = ["runtime"] } +bindgen = { version = "^0.72.0", default-features = false, features = ["runtime"] } cc = "1.0" [features]