From bfd13f71ccef8368bc404100851572019f67633a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:05:35 +0000 Subject: [PATCH] chore(deps): update arrow-schema requirement from 52.2 to 53.3 Updates the requirements on [arrow-schema](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.2.0...52.2.0) --- updated-dependencies: - dependency-name: arrow-schema 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 712d325e..ddebf4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ arrow = "52.2" arrow-array = "52.2" arrow-cast = "52.2" arrow-json = "52.2" -arrow-schema = "52.2" +arrow-schema = "53.3" assert-json-diff = "2.0" assert_cmd = "2.0" async-stream = "0.3.6"