From 8121a18871ef660be72afed487ee94ad9db970a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 05:20:41 +0000 Subject: [PATCH] Update rusqlite requirement from 0.31.0 to 0.32.1 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.31.0...v0.31.0) --- 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 44bcba9..7fa241f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3.30" mysql_async = { version = "0.34.1", features = ["native-tls-tls", "chrono"], optional = true } prost = { version = "0.13.2", optional = true } r2d2 = { version = "0.8.10", optional = true } -rusqlite = { version = "0.31.0", optional = true } +rusqlite = { version = "0.32.1", optional = true } sea-query = { version = "0.32.0-rc.1", features = [ "backend-sqlite", "backend-postgres",