From 7e6fa4b2beeee099b5fb9147ebe7939276cb43b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Apr 2019 10:17:51 +0000 Subject: [PATCH] build: update hashbrown requirement from ^0.1 to ^0.3 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.3.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..67b81f6 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.3" quanta = "^0.2" serde = "^1.0" derivative = "^1.0"