diff --git a/Cargo.toml b/Cargo.toml index 9744a83d..015170e9 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"