From 6ea878c91a8c52a40a973492a5d8aa30107822a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:45:20 +0000 Subject: [PATCH] Update arrow-json requirement from 51.0.0 to 52.0.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/master/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/51.0.0...52.0.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 db693f5b..ad2f250b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tokio = { version = "1.28", optional = true, features = [ zstd = "0.12" [dev-dependencies] -arrow-json = "51.0.0" +arrow-json = "52.0.0" criterion = { version = "0.5", default-features = false, features = ["async_tokio"] } pretty_assertions = "1.3.0" serde_json = { version = "1.0", default-features = false, features = ["std"] }