From d20a062f7634f952dbcbd5d66d7ae7d64b3d4d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:18:24 +0000 Subject: [PATCH] Bump geozero from 0.9.6 to 0.9.7 Bumps [geozero](https://github.com/georust/geozero) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/georust/geozero/releases) - [Commits](https://github.com/georust/geozero/compare/v0.9.6...v0.9.7) --- updated-dependencies: - dependency-name: geozero dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faf0209..212a470 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ dependencies = [ [[package]] name = "geozero" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84338a65eb745115dedeb3474a13e025b536130486582bf9d202bf0366b6d3c4" +checksum = "12672f1ee4aab5ca6cc5376a2b5f04f74b899b1cfadaf5af9ab63c5bf07bc2a5" dependencies = [ "geo-types", "geojson", diff --git a/Cargo.toml b/Cargo.toml index 7551538..ed5ddfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ geo = "0.23" geos = { version = "8", features = ["v3_8_0", "geo"], optional = true } thiserror = "1" anyhow = "1" -geozero = { version = "0.9.4", features = ["with-wkb"] } +geozero = { version = "0.9.7", features = ["with-wkb"] } arrow2 = { version = "0.15" } # TODO: properly feature gate this rstar = { version = "0.9.3" }