Skip to content

Commit

Permalink
Update sqlparser requirement from 0.46 to 0.49
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.46.0...v0.49.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 85dfe3a commit 58fb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convergence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
thiserror = "1"
bytes = "1"
futures = "0.3"
sqlparser = "0.46"
sqlparser = "0.49"
async-trait = "0.1"
chrono = "0.4"

Expand Down

0 comments on commit 58fb128

Please sign in to comment.