From 16afb9b50e5866b3e387f6ef7f2351f41f614990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:39:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.70 to 0.71 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.70.0...v0.71.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libsqlite3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsqlite3-sys/Cargo.toml b/libsqlite3-sys/Cargo.toml index f6a1507..8220d7a 100644 --- a/libsqlite3-sys/Cargo.toml +++ b/libsqlite3-sys/Cargo.toml @@ -38,7 +38,7 @@ wasm32-wasi-vfs = [] openssl-sys = { version = "0.9.103", optional = true } [build-dependencies] -bindgen = { version = "0.70", optional = true, default-features = false, features = ["runtime"] } +bindgen = { version = "0.71", optional = true, default-features = false, features = ["runtime"] } pkg-config = { version = "0.3.19", optional = true } cc = { version = "1.1.6", optional = true } vcpkg = { version = "0.2.15", optional = true }