From 8eadfd04a1ac724af1948fcebeb89d485b5e17ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:28:24 +0000 Subject: [PATCH] build(deps): update arrow-ipc requirement from = 53.0.0 to = 53.1.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/53.0.0...53.0.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 71f3ca0..04cb4f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ arrow-arith = { version = "= 53.0.0" } arrow-array = { version = "= 53.0.0" } arrow-buffer = { version = "= 53.0.0" } arrow-cast = { version = "= 53.0.0" } -arrow-ipc = { version = "= 53.0.0" } +arrow-ipc = { version = "= 53.1.0" } arrow-json = { version = "= 53.0.0" } arrow-ord = { version = "= 53.0.0" } arrow-row = { version = "= 53.0.0" }