Update bindgen to 0.70.1

bindgen has had a lot of improvements since 0.68, and this newer version seems to able to compile libbssl from within edgeworker
This commit is contained in:
Mike Aizatsky 2024-09-17 15:45:56 -07:00 committed by Rushil Mehra
parent 4b37d88b80
commit 8cb5da61a6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ boring-sys = { version = "4.9.1", path = "./boring-sys" }
boring = { version = "4.9.1", path = "./boring" }
tokio-boring = { version = "4.9.1", path = "./tokio-boring" }
bindgen = { version = "0.68.1", default-features = false, features = ["runtime"] }
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
cmake = "0.1.18"
fs_extra = "1.3.0"
fslock = "0.2"