diff --git a/src/rust/iced-x86/Cargo.toml b/src/rust/iced-x86/Cargo.toml index 555733f9d..3e4379b5f 100644 --- a/src/rust/iced-x86/Cargo.toml +++ b/src/rust/iced-x86/Cargo.toml @@ -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 }