From d4df4ce29ae924890f137de15d9d815d007477d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 13:55:09 +0000 Subject: [PATCH] Update ahash requirement from 0.6.1 to 0.7.0 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 813ba43..6ca65d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/instant-segment" __test_data = [] [dependencies] -ahash = "0.6.1" +ahash = "0.7.0" smartstring = "0.2.5" [dev-dependencies]