Skip to content

Commit 6da98cb

Browse files
Update hashbrown requirement from 0.15.1 to 0.16.0
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.15.1...v0.16.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a675f9 commit 6da98cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["development-tools::debugging", "encoding", "hardware-support"]
1313

1414
[dependencies]
1515
anyhow = "1.0.55"
16-
hashbrown = "0.15.1"
16+
hashbrown = "0.16.0"
1717
iced-x86 = { version = "1.17.0", default-features = false, features = ["std", "decoder", "instr_info", "op_code_info"] }
1818
object = "0.37.0"
1919
structopt = "0.3.26"

0 commit comments

Comments
 (0)