Bump geo from 0.24.1 to 0.25.0 (#1915)

Bumps [geo](https://github.com/georust/geo) from 0.24.1 to 0.25.0.
- [Changelog](https://github.com/georust/geo/blob/main/CHANGES.md)
- [Commits](https://github.com/georust/geo/compare/geo-0.24.1...geo-0.25.0)

---
updated-dependencies:
- dependency-name: geo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-17 21:39:36 +02:00
committed by GitHub
parent d98579a7f1
commit ca78a7bc3f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1677,9 +1677,9 @@ dependencies = [
[[package]]
name = "geo"
version = "0.24.1"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d640a4dd1d1c98b45f4653c841a8ec15f461a71b86bc30533ae64c6f20f268"
checksum = "c07ac450e9e7d8c08e58d2723d46bd0328bb6cc1d7b18f4f37a1e15a311098b0"
dependencies = [
"float_next_after",
"geo-types",

View File

@@ -37,7 +37,7 @@ atomicwrites = "0.4.1"
memmap2 = "0.6.1"
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order", "chrono"] }
log = "0.4"
geo = "0.24.1"
geo = "0.25.0"
geohash = "0.13.0"
num-traits = "0.2.15"
num-derive = "0.3.3"