From 72de7f7c24c769047f880cd70ccafc987d77e4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 06:22:35 +0000 Subject: [PATCH] Update rusqlite requirement from 0.36 to 0.37 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.36.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 1e7b6d1..558fd2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ r2d2 = "0.8" uuid = { version = "1.0", features = ["v4", "fast-rng"] } [dependencies.rusqlite] -version = "0.36" +version = "0.37" [dev-dependencies] tempfile = "3"