diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index aa8297f8d06db..9b97dd6124560 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -34,7 +34,7 @@ futures = "0.3" log = "0.4" tokio = "1.0" tempfile = "3" -sqlparser = "0.13" +sqlparser = "0.59" datafusion = { path = "../../../datafusion", version = "6.0.0" } diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index fa68be6b0ead5..42ea88854f05f 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -37,7 +37,7 @@ hashbrown = "0.12" log = "0.4" prost = "0.9" serde = {version = "1", features = ["derive"]} -sqlparser = "0.13" +sqlparser = "0.59" tokio = "1.0" tonic = "0.6" uuid = { version = "0.8", features = ["v4"] } diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index e0e880dba3dc5..263f160d88e5a 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -54,7 +54,7 @@ ahash = { version = "0.7", default-features = false } hashbrown = { version = "0.12", features = ["raw"] } arrow = { version = "8.0.0", features = ["prettyprint"] } parquet = { version = "8.0.0", features = ["arrow"] } -sqlparser = "0.13" +sqlparser = "0.59" paste = "^1.0" num_cpus = "1.13.0" chrono = { version = "0.4", default-features = false }