Skip to content

Commit

Permalink
chore(deps): update sqlparser requirement from 0.34 to 0.35
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.34.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 26, 2023
1 parent 8203b95 commit 62bc6d6
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 @@ -48,7 +48,7 @@ rustls-pemfile = { version = "1.0" }
gluesql = "0.13"
## for datafusion example
datafusion = "26"
sqlparser = "0.34"
sqlparser = "0.35"

[features]
default = ["tokio", "time-format"]
Expand Down

0 comments on commit 62bc6d6

Please sign in to comment.