diff --git a/Cargo.toml b/Cargo.toml index ac8ecfc..f631d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation" [workspace.dependencies] arrow = "53.3" arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } -arrow-json = "53.3" +arrow-json = "54.0" async-stream = "0.3.5" async-trait = "0.1.83" datafusion = "43.0.0"