From c0ef32b25a76b5d868385bee41d16d4496d6528b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Apr 2019 06:07:21 +0000 Subject: [PATCH] Update hashbrown requirement from 0.2.0 to 0.3.0 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.2.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 75406d9c7..69f79609e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ travis-ci = { repository = "torkleyy/shred" } [dependencies] arrayvec = "0.4" -hashbrown = "0.2.0" +hashbrown = "0.3.0" mopa = "0.2" rayon = { version = "1.0", optional = true } smallvec = "0.6"