From 6296ec48fb6c073b2fbe7c50e9227e0b175926c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 05:02:42 +0000 Subject: [PATCH] chore(deps): update libsqlite3-sys requirement from 0.35 to 0.37 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/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: libsqlite3-sys dependency-version: 0.36.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2e75fcec..97105bbe 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -56,7 +56,7 @@ dirs = "6.0.0" fern = { version = "0.7.1", features = ["colored"] } image = "0.25.5" jsonwebtoken = "9.3.1" -libsqlite3-sys = { version = "0.35", features = ["bundled"] } # this is needed for proper linking +libsqlite3-sys = { version = "0.37", features = ["bundled"] } # this is needed for proper linking log = "0.4.25" once_cell = "1.20.3" rand = "0.9.0"