From 0a26ff32f1ed0c858888703eb47b00a0b86f325e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:41:18 +0000 Subject: [PATCH] Update sqlparser requirement from 0.44 to 0.46 Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rxqlite-sqlx-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rxqlite-sqlx-common/Cargo.toml b/crates/rxqlite-sqlx-common/Cargo.toml index 535b714..c62259f 100644 --- a/crates/rxqlite-sqlx-common/Cargo.toml +++ b/crates/rxqlite-sqlx-common/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/HaHa421/rxqlite" [dependencies] rxqlite-common = { version = "0.1.3" , path = "../rxqlite-common" } -sqlparser= "0.44" +sqlparser= "0.46" anyhow = "1" tracing = "0.1" futures-util = "0.3"