Skip to content

Commit

Permalink
Merge pull request #153 from icedland/dependabot/cargo/src/rust/iced-…
Browse files Browse the repository at this point in the history
…x86/hashbrown-0.11.0

Update hashbrown requirement from 0.9.1 to 0.11.0 in /src/rust/iced-x86
  • Loading branch information
wtfsck committed Mar 15, 2021
2 parents 8eb0279 + 7df1baf commit df33845
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 df33845

Please sign in to comment.