Skip to content

Commit

Permalink
Update sqlparser requirement from 0.51.0 to 0.52.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/datafusion-sqlparser-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 098e55b commit 6e42f5a
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 @@ -14,5 +14,5 @@ pythonize = "0.20"
serde = "1.0.171"

[dependencies.sqlparser]
version = "0.51.0"
version = "0.52.0"
features = ["serde", "visitor"]

0 comments on commit 6e42f5a

Please sign in to comment.