Skip to content

Commit df33845

Browse files
authored
Merge pull request #153 from icedland/dependabot/cargo/src/rust/iced-x86/hashbrown-0.11.0
Update hashbrown requirement from 0.9.1 to 0.11.0 in /src/rust/iced-x86
2 parents 8eb0279 + 7df1baf commit df33845

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)