diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index c507e6f..eb7b51e 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -47,7 +47,7 @@ winsqlite3 = ["min_sqlite_version_3_7_16"] openssl-sys = { version = "0.9", optional = true } [build-dependencies] -bindgen = { version = "0.59", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.60", 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 }