From f172403dbaec22a17091e51725e00c8663f0deae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:32:34 +0000 Subject: [PATCH] Update sqlparser requirement from 0.4.0 to 0.9.0 Updates the requirements on [sqlparser](https://github.com/ballista-compute/sqlparser-rs) to permit the latest version. - [Release notes](https://github.com/ballista-compute/sqlparser-rs/releases) - [Changelog](https://github.com/ballista-compute/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ballista-compute/sqlparser-rs/compare/0.4.0...v0.9.0) Signed-off-by: dependabot-preview[bot] --- postgres-rest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..d9807f5 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -29,7 +29,7 @@ rayon = "1.1.0" regex = "1.2.0" serde = { version = "1.0.97", features = ["derive"] } serde_json = "1.0.40" -sqlparser = "0.4.0" +sqlparser = "0.9.0" tokio = "0.1.22" tokio-postgres = { version = "0.4.0-rc.3", features = ["with-chrono-0_4", "with-eui48-0_4", "with-eui48-0_4", "with-serde_json-1", "with-uuid-0_7"] } uuid = { version = "0.7.4", features = ["serde"] }