Skip to content

Commit

Permalink
chore: bump sqlparser from 0.52.0 to 0.53.0
Browse files Browse the repository at this point in the history
Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.52.0 to 0.53.0.
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.52.0...v0.53.0)

---
updated-dependencies:
- dependency-name: sqlparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 52ab1d2 commit e504db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true, optional = true }
sqlformat = "0.3.4"
sqlparser = { version = "0.52.0", features = ["serde"] }
sqlparser = { version = "0.53.0", features = ["serde"] }
strum = { version = "0.26.3", features = ["std", "derive"] }
strum_macros = "0.26.4"

Expand Down

0 comments on commit e504db0

Please sign in to comment.