From c9c9674fc21b1a295c3eb81e33d4f8721829d114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Apr 2019 10:21:24 +0000 Subject: [PATCH] Update hashbrown requirement from ^0.1 to ^0.2 Updates the requirements on [hashbrown](https://github.com/Amanieu/hashbrown) to permit the latest version. - [Release notes](https://github.com/Amanieu/hashbrown/releases) - [Changelog](https://github.com/Amanieu/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/hashbrown/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5be7ea..7b2985c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ crossbeam-channel = "^0.3" parking_lot = "^0.7" hdrhistogram = "^6.1" fnv = "^1.0" -hashbrown = "^0.1" +hashbrown = "^0.2" quanta = "^0.2" serde = "^1.0" derivative = "^1.0"