From 5b404451eb31b297968450cf5cb51bea0927564f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 04:58:19 +0000 Subject: [PATCH] Update arrow2 requirement from 0.15 to 0.16 Updates the requirements on [arrow2](https://github.com/jorgecarleitao/arrow2) to permit the latest version. - [Release notes](https://github.com/jorgecarleitao/arrow2/releases) - [Changelog](https://github.com/jorgecarleitao/arrow2/blob/main/CHANGELOG.md) - [Commits](https://github.com/jorgecarleitao/arrow2/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: arrow2 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 05636c6c4..a44f57d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ semver = "1.0" [dev-dependencies] tempfile = "3.3" # Only used in the example -arrow2 = "0.15" +arrow2 = "0.16" [workspace] members = ["gdal-sys"]