From f3f4fc83bf07a9348afd45fbc97268a584ac9e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:35:48 +0000 Subject: [PATCH] chore(deps): update arrow-json requirement from 56.0.0 to 57.1.0 Updates the requirements on [arrow-json](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) --- updated-dependencies: - dependency-name: arrow-json dependency-version: 57.1.0 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 92fae25c..af0a7c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rust-version = "1.85" anyhow = "1.0" arrow-array = "56.0.0" arrow-cast = "56.0.0" -arrow-json = "56.0.0" +arrow-json = "57.1.0" arrow-schema = "56.0.0" assert-json-diff = "2.0" assert_cmd = "2.0"