From daf4c624c7059cf0072a76cf0435b2f0861c2bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 11:18:17 +0000 Subject: [PATCH] Update sqlparser requirement from 0.18 to 0.27 Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version. - [Release notes](https://github.com/sqlparser-rs/sqlparser-rs/releases) - [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.18.0...v0.27.0) --- updated-dependencies: - dependency-name: sqlparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ballista/rust/client/Cargo.toml | 2 +- ballista/rust/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index f20ed7129..e1ec3167e 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -36,7 +36,7 @@ datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = " futures = "0.3" log = "0.4" parking_lot = "0.12" -sqlparser = "0.18" +sqlparser = "0.27" tempfile = "3" tokio = "1.0" diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index a3803ab5b..47876e135 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -53,7 +53,7 @@ parse_arg = "0.1.3" prost = "0.10" prost-types = "0.10" serde = { version = "1", features = ["derive"] } -sqlparser = "0.18" +sqlparser = "0.27" tokio = "1.0" tonic = "0.7" uuid = { version = "1.0", features = ["v4"] }