From 9ce7c664d398f5e926138cd0a0c340dd2ae379a8 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:38:32 -0500 Subject: [PATCH] deps: bump geosuggest from 0.5 to 0.6 which uses the latest strsim with the modified Jaro-Winkler algorithm --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7cfcfc7bb..65db1ffd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,8 +108,8 @@ flexi_logger = { version = "0.27", features = [ ], default-features = false } futures = "0.3" futures-util = "0.3" -geosuggest-core = { version = "0.5", optional = true } -geosuggest-utils = { version = "0.5", optional = true } +geosuggest-core = { version = "0.6", optional = true } +geosuggest-utils = { version = "0.6", optional = true } governor = { version = "0.6", optional = true } grex = { version = "1.4", default-features = false } gzp = { version = "0.11", default-features = false, features = [