From 1452d8054891b01da77e1f30164e0e43a1d14f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:57:37 +0000 Subject: [PATCH] Update bindgen requirement from 0.68 to 0.69 Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.68.0...v0.69.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libduckdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libduckdb-sys/Cargo.toml b/libduckdb-sys/Cargo.toml index aa7aa5e5..effb8f04 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.68", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.69", 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 }