From c596d7d47ca3f284e618977a09e5ce29becd68a5 Mon Sep 17 00:00:00 2001 From: Alex Bakon Date: Mon, 9 Jun 2025 09:59:06 -0400 Subject: [PATCH] Upgrade bindgen to v0.72.0 This release includes a fix for a build issue with the latest XCode release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10d71bf0..1ad33d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ boring-sys = { version = "4.17.0", path = "./boring-sys" } boring = { version = "4.17.0", path = "./boring" } tokio-boring = { version = "4.17.0", 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"