Skip to content

Commit ded6001

Browse files
Update Rust crate sqlparser to 0.57.0
1 parent 2f8d2cd commit ded6001

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

Cargo.lock

Lines changed: 47 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
@@ -696,7 +696,7 @@ socket2 = { version = "0.5", features = ["all"] }
696696
sp-sim = { path = "sp-sim" }
697697
sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" }
698698
sqlformat = "0.3.5"
699-
sqlparser = { version = "0.45.0", features = [ "visitor" ] }
699+
sqlparser = { version = "0.57.0", features = [ "visitor" ] }
700700
static_assertions = "1.1.0"
701701
# Please do not change the Steno version to a Git dependency. It makes it
702702
# harder than expected to make breaking changes (even if you specify a specific

0 commit comments

Comments
 (0)