From 61a4d369f013d66bc57dd3688b7d6dfc17364daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:25:36 +0000 Subject: [PATCH] chore(deps,cargo): update arrow-json requirement from 53.3 to 54.0 Updates the requirements on [arrow-json](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.3.0...53.3.0) --- updated-dependencies: - dependency-name: arrow-json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"