Skip to content

Commit

Permalink
chore(deps): update sqlparser requirement from 0.50 to 0.51
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rtyler committed Sep 12, 2024
1 parent 8ba4fe0 commit 90536b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tracing = { workspace = true }
rand = "0.8"
z85 = "3.0.5"
maplit = "1"
sqlparser = { version = "0.50" }
sqlparser = { version = "0.51" }

# Unity
reqwest = { version = "0.11.18", default-features = false, features = [
Expand Down

0 comments on commit 90536b0

Please sign in to comment.