diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index c2c20f43cd46d..48bc61f5368f9 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -46,4 +46,4 @@ object_store = { version = "0.5.0", default-features = false, optional = true } ordered-float = "3.0" parquet = { version = "23.0.0", default-features = false, optional = true } pyo3 = { version = "0.17.1", optional = true } -sqlparser = "0.23" +sqlparser = "0.24" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index f5f4350b072ae..1e338c5d106c5 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -85,7 +85,7 @@ pyo3 = { version = "0.17.1", optional = true } rand = "0.8" rayon = { version = "1.5", optional = true } smallvec = { version = "1.6", features = ["union"] } -sqlparser = "0.23" +sqlparser = "0.24" 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 101035a2ee379..e0b8e2d525321 100644 --- a/datafusion/expr/Cargo.toml +++ b/datafusion/expr/Cargo.toml @@ -38,4 +38,4 @@ path = "src/lib.rs" ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] } arrow = { version = "23.0.0", default-features = false } datafusion-common = { path = "../common", version = "12.0.0" } -sqlparser = "0.23" +sqlparser = "0.24" diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 769d74a0c96ef..cf057a562aba4 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -40,4 +40,4 @@ unicode_expressions = [] arrow = { version = "23.0.0", default-features = false } datafusion-common = { path = "../common", version = "12.0.0" } datafusion-expr = { path = "../expr", version = "12.0.0" } -sqlparser = "0.23" +sqlparser = "0.24"