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.
2 parents 12151b7 + 4b88acf commit 10bdbc9Copy full SHA for 10bdbc9
Cargo.toml
@@ -18,9 +18,9 @@ arrow = "54"
18
arrow-flight = { version = "54", features = ["flight-sql-experimental"] }
19
arrow-json = "54"
20
async-trait = "0.1.83"
21
-datafusion = "45.0.0"
22
-datafusion-federation = { version = "0.3.6" }
23
-datafusion-substrait = "45.0.0"
+datafusion = "46.0.1"
+datafusion-federation = { version = "0.3.7" }
+datafusion-substrait = "46.0.1"
24
futures = "0.3.31"
25
tokio = { version = "1.41", features = ["full"] }
26
tonic = { version = "0.12", features = [
0 commit comments