diff --git a/Cargo.toml b/Cargo.toml index 3460ccd954ca..716fc2dfeec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,9 @@ recursive = "0.1.1" regex = "1.8" rstest = "0.23.0" serde_json = "1" -sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev ="e9c3305008b4e0a28fb42a2fe6b18b3bd2a8291b", features = ["visitor"] } +sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "e9c3305008b4e0a28fb42a2fe6b18b3bd2a8291b", features = [ + "visitor", +] } tempfile = "3" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2"