From eee51e269c836e2a925c128d46f66852c5ebaa79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:53:05 +0000 Subject: [PATCH] Update Rust crate neon-build to 0.10.1 --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 2f91384..adf1b2b 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -11,7 +11,7 @@ name = "sqlite" crate-type = ["dylib"] [build-dependencies] -neon-build = "0.3.1" +neon-build = "0.10.1" [dependencies] neon = "0.3.1"