deps: update to bindgen 0.68
This commit is contained in:
parent
602bb6d63d
commit
f67498cf00
|
|
@ -17,7 +17,7 @@ boring-sys = { version = "3", path = "./boring-sys" }
|
||||||
boring = { version = "3", path = "./boring" }
|
boring = { version = "3", path = "./boring" }
|
||||||
tokio-boring = { version = "3", path = "./tokio-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"
|
cmake = "0.1.18"
|
||||||
fs_extra = "1.3.0"
|
fs_extra = "1.3.0"
|
||||||
fslock = "0.2"
|
fslock = "0.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue