From 700a34915b478508f3435979c979236c85560b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:16:37 +0000 Subject: [PATCH] Update libsqlite3-sys requirement from 0.30 to 0.35 Updates the requirements on [libsqlite3-sys](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/commits) --- updated-dependencies: - dependency-name: libsqlite3-sys dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f443049..a33b97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", lopdf = "0.35.0" # docx-rs = "0.4.17" # lancedb = "0.13.0" -libsqlite3-sys = { version = "0.30", features = ["bundled"] } +libsqlite3-sys = { version = "0.35", features = ["bundled"] } validator = "0.20" zip = "2.2" quick-xml = "0.37"