From e8f28e3ae9cad71c122328e9400cd9af994818d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 06:02:01 +0000 Subject: [PATCH] Update rusqlite requirement from 0.35 to 0.36 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.35.0...v0.36.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.36.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 5fdf5be..1338076 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.35" +version = "0.36" [dev-dependencies] tempfile = "3"