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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-25 08:48:43 +00:00 committed by Dirkjan Ochtman
parent 2b39f45547
commit 10afa21349
1 changed files with 1 additions and 1 deletions

View File

@ -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]