diff --git a/Cargo.toml b/Cargo.toml index cd46b2d549897..0a9645e2293ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ parquet = { version = "50.0.0", default-features = false, features = ["arrow", " rand = "0.8" rstest = "0.18.0" serde_json = "1" -sqlparser = { git = "https://github.com/splitgraph/sqlparser-rs", branch = "pg-like-op-support", features = ["visitor"] } +sqlparser = { git = "https://github.com/sqlparser-rs/sqlparser-rs", rev = "c7d2903c6d1d1a98e6e6203c5cfd54acb9aeca16", features = ["visitor"] } tempfile = "3" thiserror = "1.0.44" url = "2.2"