Skip to content

Commit 8fdb768

Browse files
Update Rust crate sqlparser to 0.57.0
1 parent c7a34e4 commit 8fdb768

File tree

2 files changed

+49
-6
lines changed

2 files changed

+49
-6
lines changed

Cargo.lock

Lines changed: 48 additions & 5 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
@@ -712,7 +712,7 @@ socket2 = { version = "0.5", features = ["all"] }
712712
sp-sim = { path = "sp-sim" }
713713
sprockets-tls = { git = "https://github.com/oxidecomputer/sprockets.git", rev = "6d31fa63217c6a51061dc4afa1ebe175a0021981" }
714714
sqlformat = "0.3.5"
715-
sqlparser = { version = "0.45.0", features = [ "visitor" ] }
715+
sqlparser = { version = "0.57.0", features = [ "visitor" ] }
716716
static_assertions = "1.1.0"
717717
# Please do not change the Steno version to a Git dependency. It makes it
718718
# harder than expected to make breaking changes (even if you specify a specific

0 commit comments

Comments
 (0)