Skip to content

Commit 0641af4

Browse files
chore(deps): bump sqlparser from 0.60.0 to 0.61.0
Bumps [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) from 0.60.0 to 0.61.0. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.60.0...v0.61.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e43ac5 commit 0641af4

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ regex = "1.12"
183183
rstest = "0.26.1"
184184
serde_json = "1"
185185
sha2 = "^0.10.9"
186-
sqlparser = { version = "0.60.0", default-features = false, features = ["std", "visitor"] }
186+
sqlparser = { version = "0.61.0", default-features = false, features = ["std", "visitor"] }
187187
strum = "0.27.2"
188188
strum_macros = "0.27.2"
189189
tempfile = "3"

0 commit comments

Comments
 (0)