From 02b95a44ed5c6f46d0cff857617edd131c19a863 Mon Sep 17 00:00:00 2001 From: Luca Cappelletti Date: Tue, 10 Feb 2026 23:05:22 +0100 Subject: [PATCH] Update sqlparser dependency source and branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"