diff --git a/Cargo.toml b/Cargo.toml index 877cead93673..afc5093bfe9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ rand = "0.8" regex = "1.8" rstest = "0.22.0" serde_json = "1" -sqlparser = { version = "0.50.0", features = ["visitor"] } +sqlparser = { version = "0.51.0", features = ["visitor"] } tempfile = "3" thiserror = "1.0.44" tokio = { version = "1.36", features = ["macros", "rt", "sync"] }