diff --git a/Cargo.toml b/Cargo.toml index 1a2f4a84af38..0b54400bef94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ parquet = { version = "48.0.0", features = ["arrow", "async", "object_store"] } rand = "0.8" rstest = "0.18.0" serde_json = "1" -sqlparser = { version = "0.39.0", features = ["visitor"] } +sqlparser = { version = "0.40.0", features = ["visitor"] } tempfile = "3" thiserror = "1.0.44" chrono = { version = "0.4.31", default-features = false }