Upgrade bindgen to version 0.61

This commit is contained in:
gwenn 2022-10-18 20:17:31 +02:00
parent dca3ceef92
commit 02b3f07079

View File

@ -44,7 +44,7 @@ winsqlite3 = []
openssl-sys = { version = "0.9", optional = true }
[build-dependencies]
bindgen = { version = "0.60", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.61", optional = true, default-features = false, features = ["runtime"] }
pkg-config = { version = "0.3.19", optional = true }
cc = { version = "1.0", optional = true }
vcpkg = { version = "0.2", optional = true }