From e288f45949dd88512dbb1fc54aff2309c5ff9391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:56:22 +0000 Subject: [PATCH] chore(deps): bump shapefile from 0.8.0 to 0.9.0 Bumps [shapefile](https://github.com/tmontaigu/shapefile-rs) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/tmontaigu/shapefile-rs/releases) - [Changelog](https://github.com/tmontaigu/shapefile-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tmontaigu/shapefile-rs/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: shapefile dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"