From 835c0e0fc810901085dac41095ffc85f7d2e7f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 04:37:36 +0000 Subject: [PATCH] Update arrow requirement from 50.0 to 52.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/compare/50.0.0...52.0.0) --- updated-dependencies: - dependency-name: arrow 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 6f08d9f3..cbb41291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]