Skip to content

Commit

Permalink
chore(deps): update sqlparser requirement from 0.44 to 0.46
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](sqlparser-rs/sqlparser-rs@v0.44.0...v0.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rtyler committed May 7, 2024
1 parent 35664c0 commit 81593e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
"rustls-tls",
"json",
], optional = true }
sqlparser = { version = "0.44", optional = true }
sqlparser = { version = "0.46", optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 81593e9

Please sign in to comment.