From 64cb7b15b33a1bfd4e44c56f9b0bd43be05002a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:08:04 +0000 Subject: [PATCH] Update sqlparser requirement from 0.16 to 0.32 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.16.0...v0.32.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 +- datafusion/common/Cargo.toml | 2 +- datafusion/core/Cargo.toml | 2 +- datafusion/expr/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index bb5a6b789691..3bd5da06fcf9 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -35,7 +35,7 @@ datafusion = { path = "../../../datafusion/core", version = "7.0.0" } futures = "0.3" log = "0.4" parking_lot = "0.12" -sqlparser = "0.16" +sqlparser = "0.32" tempfile = "3" tokio = "1.0" diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 94c6dfdb7cda..96817ec017f7 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -52,7 +52,7 @@ parse_arg = "0.1.3" prost = "0.10" prost-types = "0.10" serde = { version = "1", features = ["derive"] } -sqlparser = "0.16" +sqlparser = "0.32" tokio = "1.0" tonic = "0.7" uuid = { version = "0.8", features = ["v4"] } diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 1ba19a056fc7..5b6016adfecd 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -44,4 +44,4 @@ cranelift-module = { version = "0.82.0", optional = true } ordered-float = "2.10" parquet = { version = "12", features = ["arrow"], optional = true } pyo3 = { version = "0.16", optional = true } -sqlparser = "0.16" +sqlparser = "0.32" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 467fe7b5449e..554a24429159 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -78,7 +78,7 @@ pin-project-lite= "^0.2.7" pyo3 = { version = "0.16", optional = true } rand = "0.8" smallvec = { version = "1.6", features = ["union"] } -sqlparser = "0.16" +sqlparser = "0.32" tempfile = "3" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] } tokio-stream = "0.1" diff --git a/datafusion/expr/Cargo.toml b/datafusion/expr/Cargo.toml index 7459490ef7c7..7b92b8c771f6 100644 --- a/datafusion/expr/Cargo.toml +++ b/datafusion/expr/Cargo.toml @@ -38,4 +38,4 @@ path = "src/lib.rs" ahash = { version = "0.7", default-features = false } arrow = { version = "12", features = ["prettyprint"] } datafusion-common = { path = "../common", version = "7.0.0" } -sqlparser = "0.16" +sqlparser = "0.32"