From 436b241af064310060bc4d095ee3d5ea58f4b936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:28:48 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.65 --- native/src/rusqlite/libsqlite3-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/rusqlite/libsqlite3-sys/Cargo.toml b/native/src/rusqlite/libsqlite3-sys/Cargo.toml index c8cdbf7..6a9eac1 100644 --- a/native/src/rusqlite/libsqlite3-sys/Cargo.toml +++ b/native/src/rusqlite/libsqlite3-sys/Cargo.toml @@ -22,7 +22,7 @@ min_sqlite_version_3_7_7 = ["pkg-config", "vcpkg"] unlock_notify = [] [build-dependencies] -bindgen = { version = "0.43", optional = true } +bindgen = { version = "0.65", optional = true } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }