diff --git a/Cargo.toml b/Cargo.toml index 3c9af32..071f80e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ default = [] fuzzing = [] [dependencies] -sqlparser = { git = "https://github.com/LucaCappelletti94/sqlparser-rs", branch = "dialect-derives" } +sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs", branch = "main" } [lints.rust] missing_docs = "forbid"