diff --git a/Cargo.toml b/Cargo.toml index 448607257ca1..cee21cc26436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ rand = "0.8" regex = "1.8" rstest = "0.23.0" serde_json = "1" -sqlparser = { version = "0.51.0", features = ["visitor"] } +sqlparser = { version = "0.53.0", features = ["visitor"] } tempfile = "3" thiserror = "1.0.44" tokio = { version = "1.36", features = ["macros", "rt", "sync"] }