Skip to content

Commit

Permalink
Update arrow requirement from 50.0 to 52.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.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@50.0.0...52.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lnicola committed Jun 7, 2024
1 parent f701bf5 commit 835c0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ semver = "1.0"
[dev-dependencies]
tempfile = "3.8"
# Only used in the example
arrow = { version = "50.0", default-features = false, features = ["ffi"] }
arrow = { version = "52.0", default-features = false, features = ["ffi"] }

[workspace]
members = ["gdal-sys"]
Expand Down

0 comments on commit 835c0e0

Please sign in to comment.