Skip to content

Commit 50ad27e

Browse files
Update Rust crate sqlparser to 0.57.0
1 parent bb0f689 commit 50ad27e

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

0 commit comments

Comments
 (0)