Skip to content

Commit c58ba5c

Browse files
committed
Upgrade sqlparser and datafusion to latest
1 parent 809dcb6 commit c58ba5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

convergence-arrow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/returnString/convergence"
1010
[dependencies]
1111
tokio = { version = "1" }
1212
async-trait = "0.1"
13-
datafusion = "34"
13+
datafusion = "35"
1414
convergence = { path = "../convergence", version = "0.15.0" }
1515
chrono = "0.4"
1616

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
1313
thiserror = "1"
1414
bytes = "1"
1515
futures = "0.3"
16-
sqlparser = "0.41"
16+
sqlparser = "0.43"
1717
async-trait = "0.1"
1818
chrono = "0.4"
1919

0 commit comments

Comments
 (0)