We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de6b18 commit a732517Copy full SHA for a732517
1 file changed
Cargo.toml
@@ -11,10 +11,10 @@ readme = "README.md"
11
repository = "https://github.com/datafusion-contrib/datafusion-federation"
12
13
[workspace.dependencies]
14
-arrow-json = "54"
+arrow-json = "55"
15
async-stream = "0.3.5"
16
async-trait = "0.1.83"
17
-datafusion = "46.0.1"
+datafusion = "47.0.0"
18
datafusion-federation = { path = "./datafusion-federation", version = "0.4.0" }
19
futures = "0.3.31"
20
tokio = { version = "1.41", features = ["full"] }
0 commit comments