diff --git a/Cargo.toml b/Cargo.toml index 0f2f91ff6..4ae4d933f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663 datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" } datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" } object_store = "0.8.0" -sqlparser = "0.40.0" +sqlparser = "0.41.0" tonic = { version = "0.10" } tonic-build = { version = "0.10", default-features = false, features = [ "transport",