From 640a037bf29821592bd5d0c636d98ef562b4501f Mon Sep 17 00:00:00 2001 From: "Alexis (Poliorcetics) Bourget" Date: Fri, 22 Sep 2023 10:08:40 +0200 Subject: [PATCH] deps: update to bindgen 0.68 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d89e721..e7836c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"