Upgrade bindgen

This commit is contained in:
gwenn 2023-02-09 19:02:14 +01:00
parent 385a5c5251
commit a46f953134

View File

@ -44,7 +44,7 @@ winsqlite3 = []
openssl-sys = { version = "0.9", optional = true }
[build-dependencies]
bindgen = { version = "0.63", optional = true, default-features = false, features = ["runtime"] }
bindgen = { version = "0.64", 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 }