From 3594b05b436dc6cad41a26b8eedd7ee3f02f56c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:48:51 +0000 Subject: [PATCH] chore(deps): update gdal requirement from 0.11.0 to 0.13.0 Updates the requirements on [gdal](https://github.com/georust/gdal) to permit the latest version. - [Release notes](https://github.com/georust/gdal/releases) - [Changelog](https://github.com/georust/gdal/blob/master/CHANGES.md) - [Commits](https://github.com/georust/gdal/compare/v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: gdal 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 996c254..2af1d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-traits = "0.2.14" itertools = "0.10.1" [dev-dependencies] -gdal = {version = "0.11.0", features = ["array"]} +gdal = {version = "0.13.0", features = ["array"]} pretty_assertions = "1.0.0" anyhow = "1.0.42" proptest = "1.0.0"