diff --git a/Cargo.toml b/Cargo.toml index 0b5c74e15d13..001153915632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,7 +145,7 @@ recursive = "0.1.1" regex = "1.8" rstest = "0.23.0" serde_json = "1" -sqlparser = { version = "0.51.0", features = ["visitor"] } +sqlparser = { version = "0.52.0", features = ["visitor"] } tempfile = "3" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"