From c7bb8635ac193d55d2f08cdd780ebe14f9ba31d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 20:52:02 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.72.1 --- 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..d40f366 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.72.1", optional = true } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }