Skip to content

Commit

Permalink
chore(deps): update sqlparser requirement from 0.48 to 0.49 (#11630)
Browse files Browse the repository at this point in the history
* chore(deps): update sqlparser requirement from 0.48 to 0.49

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](sqlparser-rs/sqlparser-rs@v0.48.0...v0.48.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update for API changes

* update cargo.lock

* Fix generation

* Remove take

* fix depcheck

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
Co-authored-by: jonahgao <[email protected]>
  • Loading branch information
3 people committed Jul 26, 2024
1 parent fab7e23 commit c22e13f
Show file tree
Hide file tree
Showing 12 changed files with 125 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ rand = "0.8"
regex = "1.8"
rstest = "0.21.0"
serde_json = "1"
sqlparser = { version = "0.48", features = ["visitor"] }
sqlparser = { version = "0.49", features = ["visitor"] }
tempfile = "3"
thiserror = "1.0.44"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
Expand Down
Loading

0 comments on commit c22e13f

Please sign in to comment.