From 297c98a9a9308af6640a0df53c6269234af557be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:19:39 +0000 Subject: [PATCH] deps(deps): update rusqlite requirement from 0.30 to 0.37 in /rust-core Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-core/crates/ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-core/crates/ffi/Cargo.toml b/rust-core/crates/ffi/Cargo.toml index 951e8b5..7a257c9 100644 --- a/rust-core/crates/ffi/Cargo.toml +++ b/rust-core/crates/ffi/Cargo.toml @@ -33,7 +33,7 @@ tokio.workspace = true # File system and database walkdir = "2.4" -rusqlite = { version = "0.30", features = ["bundled"] } +rusqlite = { version = "0.37", features = ["bundled"] } regex = "1.10" # Local dependencies