From 20747287e6688be9ac4a92b6f20f5b90c3a8962d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:57:50 +0000 Subject: [PATCH] Update arrow requirement from 6.0 to 7.0 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datatypes/Cargo.toml | 2 +- operators/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datatypes/Cargo.toml b/datatypes/Cargo.toml index 442ec04c1..25ce4fae4 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -14,7 +14,7 @@ postgres = ["postgres-types"] pro = ["postgres"] [dependencies] -arrow = { version = "6.5", features = ["simd"] } +arrow = { version = "7.0", features = ["simd"] } chrono = "0.4" float-cmp = "0.9" gdal = "0.12" diff --git a/operators/Cargo.toml b/operators/Cargo.toml index 2c4257a45..17f6cef41 100644 --- a/operators/Cargo.toml +++ b/operators/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" pro = ["geoengine-datatypes/pro"] [dependencies] -arrow = { version = "6.5", features = ["simd"] } +arrow = { version = "7.0", features = ["simd"] } async-trait = "0.1" chrono = "0.4" crossbeam = "0.8"