Open
Description
Is your feature request related to a problem or challenge?
The new version of sqlparser has been released:
https://crates.io/crates/sqlparser/0.56.0
Datafusion is still on sqlparser 0.55.0: https://github.com/apache/datafusion/blob/9c98b0152f37bf9b8f1f88c4f35a6674647320ce/Cargo.toml#L170-L169
Describe the solution you'd like
I would like to upgrade datafusion to 0.56.0 of sqlparser
Describe alternatives you've considered
Here are some example PRs showing how it was done in the past
Additional context
No response