From 3fea7e4989e67e6974e0c7e4116cc725ca7b3cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:25:42 +0000 Subject: [PATCH] chore(deps): update rusqlite requirement from 0.37 to 0.39 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.37.0...v0.37.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.37.0 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 3fe3172..efc7805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ polling = "3" rand = "0.10" regex = "1" regex-automata = "0.4" -rusqlite = { version = "0.37", features = ["bundled"] } +rusqlite = { version = "0.39", features = ["bundled"] } rust-i18n = "4.0.0" rust-embed = "8" rustix = { version = "1", default-features = false }