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"