Skip to content

Commit

Permalink
Update sqlparser requirement from 0.43.0 to 0.47.0
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](sqlparser-rs/sqlparser-rs@v0.43.0...v0.43.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 3b6964b commit a3de145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ datafusion = "36.0.0"
datafusion-cli = "36.0.0"
datafusion-proto = "36.0.0"
object_store = "0.9.0"
sqlparser = "0.43.0"
sqlparser = "0.47.0"
tonic = { version = "0.10" }
tonic-build = { version = "0.10", default-features = false, features = [
"transport",
Expand Down

0 comments on commit a3de145

Please sign in to comment.