Skip to content

Commit 39761f1

Browse files
committed
Update datafusion to 52 & update deps
1 parent 42895d6 commit 39761f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ readme = "README.md"
1414
repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server"
1515

1616
[workspace.dependencies]
17-
arrow-flight = { version = "57", features = ["flight-sql"] }
18-
async-trait = "0.1.88"
19-
datafusion = "51"
20-
datafusion-federation = { version = "0.4.11" }
21-
datafusion-substrait = "51"
22-
futures = "0.3.31"
17+
arrow-flight = { version = "57.0", features = ["flight-sql"] }
18+
async-trait = "0.1"
19+
datafusion = "52.0"
20+
datafusion-federation = { version = "0.4.13" }
21+
datafusion-substrait = "52.0"
22+
futures = "0.3"
2323
tokio = { version = "1.47", features = ["full"] }
2424
tonic = { version = "0.14", features = ["transport", "codegen"] }
2525
prost = "0.14"

0 commit comments

Comments
 (0)