From 10afa2134967505202f74c4ab4540f7f3fad98ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 08:48:43 +0000 Subject: [PATCH] Update ahash requirement from 0.5.7 to 0.6.1 Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5861158..c22bf8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/InstantDomainSearch/word-segmenters" documentation = "https://docs.rs/word-segmenters" [dependencies] -ahash = "0.5.7" +ahash = "0.6.1" thiserror = "1.0.22" [dev-dependencies]