deps: update to bindgen 0.68

This commit is contained in:
Alexis (Poliorcetics) Bourget 2023-09-22 10:08:40 +02:00 committed by Anthony Ramine
parent 602bb6d63d
commit f67498cf00
1 changed files with 1 additions and 1 deletions

View File

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