diff --git a/Cargo.toml b/Cargo.toml index aa412cba5108..9e145da713b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ recursive = "0.1.1" regex = "1.8" rstest = "0.24.0" serde_json = "1" -sqlparser = { version = "0.53.0", features = ["visitor"] } +sqlparser = { version = "0.54.0", features = ["visitor"] } tempfile = "3" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.5.4"