diff --git a/Cargo.lock b/Cargo.lock index cc9eb93..bb58dfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,9 +503,9 @@ dependencies = [ [[package]] name = "dbase" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15526d487321e5121f43efab7f9929f0f0581859b8d710fec545938b2d2d4489" +checksum = "abde818b4b82df61e01348c2b4610c221bcecb97cb7f567da086edf295d8d126" dependencies = [ "bufrw", "byteorder", @@ -2227,9 +2227,9 @@ dependencies = [ [[package]] name = "shapefile" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1843429773d609e4ee4b896899ab15530bc0509e128ed8312652c6b5c19ccd48" +checksum = "92fedc0c44dc53a02655cd8dccd2fdf3159c372c0f6eb59115e889f11325e4f0" dependencies = [ "byteorder", "dbase", diff --git a/Cargo.toml b/Cargo.toml index ceb8ddd..8046a9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ axum = "0.8" tower-http = { version = "0.7", features = ["fs", "cors", "compression-gzip", "trace"] } geojson = "1" kml = { version = "0.13", features = ["geo-types", "zip"] } -shapefile = { version = "0.8", features = ["geo-types"] } +shapefile = { version = "0.9", features = ["geo-types"] } wkt = "0.14" tiff = "0.11" tracing = "0.1"