Upgrade bindgen to v0.72.0

This release includes a fix for a build issue with the latest XCode
release.
This commit is contained in:
Alex Bakon 2025-06-09 09:59:06 -04:00 committed by Rushil Mehra
parent 17d137e33b
commit c596d7d47c
1 changed files with 1 additions and 1 deletions

View File

@ -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"