From e362ce762e7c86fe1fb33cf5f00ec2b63a56577e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:07:04 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.71.1 to 0.72.0 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.71.1...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.71.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc4b96f3..69cb586e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ boring-sys = { package = "boring-sys2", version = "4.15.13", path = "./boring-sy boring = { package = "boring2", version = "4.15.13", path = "./boring" } tokio-boring = { package = "tokio-boring2", version = "4.15.13", path = "./tokio-boring" } -bindgen = { version = "0.71.1", default-features = false, features = ["runtime"] } +bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] } bytes = "1" cmake = "0.1.18" fs_extra = "1.3.0"