From 39654ea175b6fe9d6f27db8a2c07d814f06d1a2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 16:50:05 +0200 Subject: [PATCH] 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] --- wasmtime-jit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmtime-jit/Cargo.toml b/wasmtime-jit/Cargo.toml index d01545c1a8..8a9901de3a 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -23,7 +23,7 @@ region = "2.0.0" failure = { 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 } -hashbrown = { version = "0.1.8", optional = true } +hashbrown = { version = "0.5.0", optional = true } wasmparser = "0.35.1" [features]