Update hashbrown requirement from 0.1.8 to 0.5.0 (#206)

Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.1.8...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-03 16:50:05 +02:00
committed by Till Schneidereit
parent a988443422
commit 39654ea175

View File

@@ -23,7 +23,7 @@ region = "2.0.0"
failure = { version = "0.1.3", default-features = false } failure = { version = "0.1.3", default-features = false }
failure_derive = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false }
target-lexicon = { version = "0.4.0", default-features = false } target-lexicon = { version = "0.4.0", default-features = false }
hashbrown = { version = "0.1.8", optional = true } hashbrown = { version = "0.5.0", optional = true }
wasmparser = "0.35.1" wasmparser = "0.35.1"
[features] [features]