From 68c482039561f899dc45a4640b9999553c718001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 12:31:59 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.72.0 --- 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..5e0bc89 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.0", optional = true } pkg-config = { version = "0.3", optional = true } cc = { version = "1.0", optional = true }