Skip to content

Commit 7df1baf

Browse files
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](rust-lang/hashbrown@v0.9.1...v0.11.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8eb0279 commit 7df1baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rust/iced-x86/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ static_assertions = "1.1.0"
4646
lazy_static = { version = "1.4.0", optional = true }
4747

4848
# if: no_std and block_encoder
49-
hashbrown = { version = "0.9.1", optional = true }
49+
hashbrown = { version = "0.11.0", optional = true }

0 commit comments

Comments
 (0)