Skip to content

Commit

Permalink
Update hashbrown requirement from 0.9.1 to 0.11.0 in /src/rust/iced-x86
Browse files Browse the repository at this point in the history
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](rust-lang/hashbrown@v0.9.1...v0.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 8eb0279 commit 7df1baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/iced-x86/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 7df1baf

Please sign in to comment.