From 5362990ace9471290b0cc0ee2d071d85887b2815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 06:52:56 +0000 Subject: [PATCH] Update ndarray requirement from 0.14 to 0.15 Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/0.14.0...0.15.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9744a83dd..015170e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0" libc = "0.2" geo-types = { version = "0.7.0" } gdal-sys = { path = "gdal-sys", version = "^0.3"} -ndarray = {version = "0.14", optional = true } +ndarray = {version = "0.15", optional = true } chrono = { version = "0.4", optional = true } bitflags = "1.2"