Skip to content

Commit 4f84823

Browse files
Update Rust crate sqlparser to 0.57.0
1 parent c082b46 commit 4f84823

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

0 commit comments

Comments
 (0)