Skip to content

Commit

Permalink
Update arrow requirement from 6.0 to 7.0
Browse files Browse the repository at this point in the history
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](apache/arrow-rs@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2022
1 parent 944f91f commit 9c07a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datatypes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ postgres = ["postgres-types"]
pro = ["postgres"]

[dependencies]
arrow = { version = "6.0", features = ["simd"] }
arrow = { version = "7.0", features = ["simd"] }
chrono = "0.4"
float-cmp = "0.9"
gdal = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion operators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
pro = ["geoengine-datatypes/pro"]

[dependencies]
arrow = { version = "6.0", features = ["simd"] }
arrow = { version = "7.0", features = ["simd"] }
async-trait = "0.1"
chrono = "0.4"
crossbeam = "0.8"
Expand Down

0 comments on commit 9c07a54

Please sign in to comment.