Skip to content

Commit

Permalink
chore: Update sqlparser requirement from 0.38.0 to 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Oct 30, 2023
1 parent 806a963 commit 68ee2e4
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 188 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ arrow-buffer = { version = "48.0.0", default-features = false }
arrow-flight = { version = "48.0.0", features = ["flight-sql-experimental"] }
arrow-schema = { version = "48.0.0", default-features = false }
parquet = { version = "48.0.0", features = ["arrow", "async", "object_store"] }
sqlparser = { version = "0.38.0", features = ["visitor"] }
sqlparser = { version = "0.39.0", features = ["visitor"] }
chrono = { version = "0.4.31", default-features = false }

[profile.release]
Expand Down
Loading

0 comments on commit 68ee2e4

Please sign in to comment.