Skip to content

Commit 76c6361

Browse files
Update Rust crate sqlparser to 0.60
1 parent 6078de4 commit 76c6361

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tracing-test = "0.2"
7070
regex = "1"
7171
parking_lot = "0.12"
7272
thread_local = "1"
73-
sqlparser = { version = "0.59", features = ["visitor"] }
73+
sqlparser = { version = "0.60", features = ["visitor"] }
7474
graphql-parser = "0.4"
7575

7676
[profile.release]

0 commit comments

Comments
 (0)