Skip to content

Commit

Permalink
build(rust): bump sqlparser from 0.37.0 to 0.48.0
Browse files Browse the repository at this point in the history
Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.37.0 to 0.48.0.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.37.0...v0.48.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 10d9f67 commit 5da1410
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fehler = "1"
itertools = "0.11"
log = "0.4"
rayon = "1"
sqlparser = "0.37"
sqlparser = "0.48"
thiserror = "1"
url = "2"
owning_ref = "0.4"
Expand Down

0 comments on commit 5da1410

Please sign in to comment.