Skip to content

Commit 5ab8a76

Browse files
committed
chore: Udpate to sqlparser 0.53.0
1 parent 8b6daaf commit 5ab8a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ recursive = "0.1.1"
147147
regex = "1.8"
148148
rstest = "0.23.0"
149149
serde_json = "1"
150-
sqlparser = { version = "0.52.0", features = ["visitor"] }
150+
sqlparser = { version = "0.53.0", features = ["visitor"] }
151151
tempfile = "3"
152152
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
153153
url = "2.2"

0 commit comments

Comments
 (0)