From a46f95313447138d1bdc57e5325aa6baf408e7ba Mon Sep 17 00:00:00 2001 From: gwenn Date: Thu, 9 Feb 2023 19:02:14 +0100 Subject: [PATCH] Upgrade bindgen --- libsqlite3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index 63641e7..f9b79ce 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -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 }