diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index ea63d6bf..8a5c4127 100644 --- a/libduckdb-sys/Cargo.toml +++ b/libduckdb-sys/Cargo.toml @@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"] [build-dependencies] autocfg = "1.0" -bindgen = { version = "0.65", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] } flate2 = "1.0" pkg-config = { version = "0.3.24", optional = true } cc = { version = "1.0", features = ["parallel"], optional = true }