Skip to content

Commit a732517

Browse files
authored
Upgrade datafusion to version 47 (#121)
1 parent 9de6b18 commit a732517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ readme = "README.md"
1111
repository = "https://github.com/datafusion-contrib/datafusion-federation"
1212

1313
[workspace.dependencies]
14-
arrow-json = "54"
14+
arrow-json = "55"
1515
async-stream = "0.3.5"
1616
async-trait = "0.1.83"
17-
datafusion = "46.0.1"
17+
datafusion = "47.0.0"
1818
datafusion-federation = { path = "./datafusion-federation", version = "0.4.0" }
1919
futures = "0.3.31"
2020
tokio = { version = "1.41", features = ["full"] }

0 commit comments

Comments
 (0)