Skip to content

Commit

Permalink
chore: update to datafusion 45 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Feb 19, 2025
1 parent 76980a5 commit 5cf282c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ readme = "README.md"
repository = "https://github.com/datafusion-contrib/datafusion-federation"

[workspace.dependencies]
arrow-json = "53.3"
arrow-json = "54"
async-stream = "0.3.5"
async-trait = "0.1.83"
datafusion = "44.0.0"
datafusion = "45.0.0"
datafusion-federation = { path = "./datafusion-federation", version = "0.3.5" }
futures = "0.3.31"
tokio = { version = "1.41", features = ["full"] }

0 comments on commit 5cf282c

Please sign in to comment.