Skip to content

Commit

Permalink
chore: bump sqlparser from 0.40.0 to 0.41.0 (#4010)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent e23a5f8 commit 2ceec4e
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/prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ semver = {version = "1.0.20", features = ["serde"]}
serde = {version = "1.0.193", features = ["derive"]}
serde_json = "1.0.108"
sqlformat = "0.2.3"
sqlparser = {version = "0.40.0", features = ["serde"]}
sqlparser = {version = "0.41.0", features = ["serde"]}
strum = {version = "0.25.0", features = ["std", "derive"]}
strum_macros = "0.25.3"

Expand Down

0 comments on commit 2ceec4e

Please sign in to comment.