From 6d4e0c9077e5e282800b50e790b51c589c0a865c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:17:19 +0000 Subject: [PATCH] Update bindgen requirement from ^0.69.2 to ^0.72.1 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/v0.72.1/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.69.2...v0.72.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.1 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..1cc3a10 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.1", default-features = false, features = ["runtime"] } cc = "1.0" [features]