From e69f6f99b339d976db591e57c824a19b0e5fa7d0 Mon Sep 17 00:00:00 2001 From: Ezra Singh Date: Fri, 23 Aug 2024 16:43:19 -0400 Subject: [PATCH] Updated kiddo to v4.2.1 --- geoprox-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geoprox-core/Cargo.toml b/geoprox-core/Cargo.toml index 27f830b..1d18249 100644 --- a/geoprox-core/Cargo.toml +++ b/geoprox-core/Cargo.toml @@ -16,7 +16,7 @@ geohash = "0.13.1" hashbrown = { version = "0.14.5", features = ["serde", "rayon"] } haversine-rs = "0.3.0" itertools = "0.13.0" -kiddo = { git = "https://github.com/sdd/kiddo.git", version = "4.2.0", rev = "cc62c6d76accdeba75c0f55db80c28eab8a21ae7", features = [ +kiddo = { git = "https://github.com/sdd/kiddo.git", version = "4.2.1", features = [ "serialize", "rayon", ] }