Skip to content

Commit

Permalink
Merge pull request #24 from icedland/dependabot/cargo/hashbrown-0.15.1
Browse files Browse the repository at this point in the history
Update hashbrown requirement from 0.14.0 to 0.15.1
  • Loading branch information
wtfsck authored Nov 16, 2024
2 parents dbe4cc1 + 45d13eb commit 590a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["development-tools::debugging", "encoding", "hardware-support"]

[dependencies]
anyhow = "1.0.55"
hashbrown = "0.14.0"
hashbrown = "0.15.1"
iced-x86 = { version = "1.17.0", default-features = false, features = ["std", "decoder", "instr_info", "op_code_info"] }
object = "0.36.2"
structopt = "0.3.26"
Expand Down

0 comments on commit 590a91f

Please sign in to comment.