From 4231c24c6579700ea95f8ec0e8338a102feb7e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:38:28 +0000 Subject: [PATCH] Update rusqlite requirement from 0.32 to 0.33 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.32.0...v0.32.1) --- updated-dependencies: - dependency-name: rusqlite 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 ff689c9..6fc9cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ pem = { version = "3.0.4", optional = true } postgres-native-tls = { version = "0.5.0", optional = true } prost = { version = "0.13", optional = true } r2d2 = { version = "0.8", optional = true } -rusqlite = { version = "0.32", optional = true } +rusqlite = { version = "0.33", optional = true } sea-query = { version = "0.32", features = [ "backend-sqlite", "backend-postgres",