Skip to content

Commit

Permalink
Update sqlparser requirement from 0.40.0 to 0.41.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](apache/datafusion-sqlparser-rs@v0.40.0...v0.40.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2023
1 parent 90b5cc7 commit d215ebe
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 @@ -38,7 +38,7 @@ datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663
datafusion-cli = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion", rev = "7fc663c2e40be2928778102386bbf76962dd2cdc" }
object_store = "0.8.0"
sqlparser = "0.40.0"
sqlparser = "0.41.0"
tonic = { version = "0.10" }
tonic-build = { version = "0.10", default-features = false, features = [
"transport",
Expand Down

0 comments on commit d215ebe

Please sign in to comment.