mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user