Skip to content

Commit c50c3dd

Browse files
committed
upgrade dependencies & upgrade datafusion to 49
1 parent e6b7f27 commit c50c3dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ arrow = "55"
1818
arrow-flight = { version = "55", features = ["flight-sql-experimental"] }
1919
arrow-json = "55"
2020
async-trait = "0.1.88"
21-
datafusion = "48.0.0"
22-
datafusion-federation = { version = "0.4.3" }
23-
datafusion-substrait = "48.0.0"
21+
datafusion = "49.0.0"
22+
datafusion-federation = { version = "0.4.7" }
23+
datafusion-substrait = "49.0.0"
2424
futures = "0.3.31"
25-
tokio = { version = "1.44", features = ["full"] }
25+
tokio = { version = "1.47", features = ["full"] }
2626
tonic = { version = "0.12", features = [
27-
"tls",
2827
"transport",
2928
"codegen",
29+
"tls",
3030
"prost",
3131
] }

0 commit comments

Comments
 (0)