Skip to content

Commit 10bdbc9

Browse files
authored
Merge pull request #14 from ahirner/chore/df_46_federation_release
chore: datafusion 46 and federation 0.3.7
2 parents 12151b7 + 4b88acf commit 10bdbc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ arrow = "54"
1818
arrow-flight = { version = "54", features = ["flight-sql-experimental"] }
1919
arrow-json = "54"
2020
async-trait = "0.1.83"
21-
datafusion = "45.0.0"
22-
datafusion-federation = { version = "0.3.6" }
23-
datafusion-substrait = "45.0.0"
21+
datafusion = "46.0.1"
22+
datafusion-federation = { version = "0.3.7" }
23+
datafusion-substrait = "46.0.1"
2424
futures = "0.3.31"
2525
tokio = { version = "1.41", features = ["full"] }
2626
tonic = { version = "0.12", features = [

0 commit comments

Comments
 (0)