diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index dc1c12a0..29be1ee7 100644 --- a/libduckdb-sys/Cargo.toml +++ b/libduckdb-sys/Cargo.toml @@ -22,7 +22,7 @@ buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"] [dependencies] [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.24", optional = true } cc = { version = "1.0", features = ["parallel"], optional = true } vcpkg = { version = "0.2", optional = true }