From 64f07e96a4e71e15bce1c79ad5126129c5f2028b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:46:55 +0000 Subject: [PATCH] build(deps): update arrow-ipc requirement from = 52.2.0 to = 53.0.0 Updates the requirements on [arrow-ipc](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-ipc 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 a48d003b..75550129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ arrow-arith = { version = "= 52.2.0" } arrow-array = { version = "= 52.2.0" } arrow-buffer = { version = "= 52.2.0" } arrow-cast = { version = "= 52.2.0" } -arrow-ipc = { version = "= 52.2.0" } +arrow-ipc = { version = "= 53.0.0" } arrow-json = { version = "= 52.2.0" } arrow-ord = { version = "= 52.2.0" } arrow-row = { version = "= 52.2.0" }