diff --git a/Cargo.lock b/Cargo.lock index 6d58daee5d667..6131f085859a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5861,7 +5861,7 @@ dependencies = [ [[package]] name = "sqlparser" version = "0.62.0" -source = "git+https://github.com/Embucket/datafusion-sqlparser-rs.git?rev=d5b6320fa022996168d51dcc541e90bf64743f5f#d5b6320fa022996168d51dcc541e90bf64743f5f" +source = "git+https://github.com/Embucket/datafusion-sqlparser-rs.git?rev=c054b841ae9a2766972d6a5fd63740f06cb079ef#c054b841ae9a2766972d6a5fd63740f06cb079ef" dependencies = [ "log", "recursive", @@ -5871,7 +5871,7 @@ dependencies = [ [[package]] name = "sqlparser_derive" version = "0.5.0" -source = "git+https://github.com/Embucket/datafusion-sqlparser-rs.git?rev=d5b6320fa022996168d51dcc541e90bf64743f5f#d5b6320fa022996168d51dcc541e90bf64743f5f" +source = "git+https://github.com/Embucket/datafusion-sqlparser-rs.git?rev=c054b841ae9a2766972d6a5fd63740f06cb079ef#c054b841ae9a2766972d6a5fd63740f06cb079ef" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index aabb0b8f21cf4..4218cf93685ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -196,7 +196,7 @@ regex = "1.12" rstest = "0.26.1" serde_json = "1" sha2 = "^0.11.0" -sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "d5b6320fa022996168d51dcc541e90bf64743f5f", default-features = false, features = [ +sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "c054b841ae9a2766972d6a5fd63740f06cb079ef", default-features = false, features = [ "std", "visitor", ] }