Skip to content

Commit 226e3a1

Browse files
Update Rust crate sqlparser to 0.58.0
1 parent e7c2c0a commit 226e3a1

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
@@ -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.58.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)