From 7df1baf68f51a284ef67b8e1fad3e335333c0399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:36:31 +0000 Subject: [PATCH] Update hashbrown requirement from 0.9.1 to 0.11.0 in /src/rust/iced-x86 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.9.1...v0.11.0) Signed-off-by: dependabot[bot] --- src/rust/iced-x86/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/iced-x86/Cargo.toml b/src/rust/iced-x86/Cargo.toml index 555733f9d..3e4379b5f 100644 --- a/src/rust/iced-x86/Cargo.toml +++ b/src/rust/iced-x86/Cargo.toml @@ -46,4 +46,4 @@ static_assertions = "1.1.0" lazy_static = { version = "1.4.0", optional = true } # if: no_std and block_encoder -hashbrown = { version = "0.9.1", optional = true } +hashbrown = { version = "0.11.0", optional = true }