diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index ad0da46..4748060 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -32,7 +32,7 @@ preupdate_hook = [] session = ["preupdate_hook"] [build-dependencies] -bindgen = { version = "0.52", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.53", optional = true, default-features = false, features = ["runtime"] } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }