Skip to content

Commit

Permalink
deps: bump geosuggest from 0.5 to 0.6
Browse files Browse the repository at this point in the history
which uses the latest strsim with the modified Jaro-Winkler algorithm
  • Loading branch information
jqnatividad committed Jan 8, 2024
1 parent 61b6027 commit 9ce7c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9ce7c66

Please sign in to comment.