From 3176919e74084b16259180cb784d45550ebab3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:50:40 +0000 Subject: [PATCH] build(deps): update arrow requirement from 41.0.0 to 47.0.0 Updates the requirements on [arrow](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/commits) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index 23095863..d1ba43fc 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -39,7 +39,7 @@ tower-http = { version = "0.4", features = ["cors"] } ctrlc = { version = "3.0", features = ["termination"] } dirs = "5.0.0" chrono = "0.4.22" -arrow = "41.0.0" +arrow = "47.0.0" parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false} arweave-rs = {workspace=true} url = "2.4.0"