We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b7f27 commit c50c3ddCopy full SHA for c50c3dd
Cargo.toml
@@ -18,14 +18,14 @@ arrow = "55"
18
arrow-flight = { version = "55", features = ["flight-sql-experimental"] }
19
arrow-json = "55"
20
async-trait = "0.1.88"
21
-datafusion = "48.0.0"
22
-datafusion-federation = { version = "0.4.3" }
23
-datafusion-substrait = "48.0.0"
+datafusion = "49.0.0"
+datafusion-federation = { version = "0.4.7" }
+datafusion-substrait = "49.0.0"
24
futures = "0.3.31"
25
-tokio = { version = "1.44", features = ["full"] }
+tokio = { version = "1.47", features = ["full"] }
26
tonic = { version = "0.12", features = [
27
- "tls",
28
"transport",
29
"codegen",
+ "tls",
30
"prost",
31
] }
0 commit comments