We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12eb1eb commit 6070117Copy full SHA for 6070117
1 file changed
Cargo.toml
@@ -12,9 +12,9 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
12
13
[workspace.dependencies]
14
arrow-json = "57"
15
-async-stream = "0.3.5"
16
-async-trait = "0.1.83"
17
-datafusion = "51.0.0"
+async-stream = "0.3"
+async-trait = "0.1"
+datafusion = "52.0"
18
datafusion-federation = { path = "./datafusion-federation", version = "0.4.12" }
19
-futures = "0.3.31"
+futures = "0.3"
20
tokio = { version = "1.41", features = ["full"] }
0 commit comments