Skip to content

Commit 12151b7

Browse files
authored
chore: update to datafusion 45 (#6)
* chore: update to datafusion 45 * chore: update to released version of datafusion-federation
1 parent 04d949d commit 12151b7

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,13 +14,13 @@ readme = "README.md"
1414
repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server"
1515

1616
[workspace.dependencies]
17-
arrow = "53.3"
18-
arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] }
19-
arrow-json = "53.3"
17+
arrow = "54"
18+
arrow-flight = { version = "54", features = ["flight-sql-experimental"] }
19+
arrow-json = "54"
2020
async-trait = "0.1.83"
21-
datafusion = "44.0.0"
22-
datafusion-federation = { version = "0.3.5" }
23-
datafusion-substrait = "44.0.0"
21+
datafusion = "45.0.0"
22+
datafusion-federation = { version = "0.3.6" }
23+
datafusion-substrait = "45.0.0"
2424
futures = "0.3.31"
2525
tokio = { version = "1.41", features = ["full"] }
2626
tonic = { version = "0.12", features = [

0 commit comments

Comments
 (0)