Skip to content

Commit c91421a

Browse files
Update Rust crate sqlparser to 0.43.1 (#4902)
1 parent 5215d85 commit c91421a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -359,7 +359,7 @@ sp-sim = { path = "sp-sim" }
359359
sprockets-common = { git = "http://github.com/oxidecomputer/sprockets", rev = "77df31efa5619d0767ffc837ef7468101608aee9" }
360360
sprockets-host = { git = "http://github.com/oxidecomputer/sprockets", rev = "77df31efa5619d0767ffc837ef7468101608aee9" }
361361
sprockets-rot = { git = "http://github.com/oxidecomputer/sprockets", rev = "77df31efa5619d0767ffc837ef7468101608aee9" }
362-
sqlparser = { version = "0.41.0", features = [ "visitor" ] }
362+
sqlparser = { version = "0.43.1", features = [ "visitor" ] }
363363
static_assertions = "1.1.0"
364364
# Please do not change the Steno version to a Git dependency. It makes it
365365
# harder than expected to make breaking changes (even if you specify a specific

0 commit comments

Comments
 (0)