Skip to content

Commit

Permalink
Upgrade sqlparser and datafusion to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
returnString committed Feb 1, 2024
1 parent 809dcb6 commit c58ba5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convergence-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence"
[dependencies]
tokio = { version = "1" }
async-trait = "0.1"
datafusion = "34"
datafusion = "35"
convergence = { path = "../convergence", version = "0.15.0" }
chrono = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion convergence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
thiserror = "1"
bytes = "1"
futures = "0.3"
sqlparser = "0.41"
sqlparser = "0.43"
async-trait = "0.1"
chrono = "0.4"

Expand Down

0 comments on commit c58ba5c

Please sign in to comment.