diff --git a/core/Cargo.toml b/core/Cargo.toml index 3c2b7c3bb0..2052bee594 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ bs58 = "0.2.0" byteorder = "1.3.1" chrono = { version = "0.4.0", features = ["serde"] } crc = { version = "1.8.1", optional = true } -hashbrown = "0.1.8" +hashbrown = "0.2.0" indexmap = "1.0" itertools = "0.8.0" jsonrpc-core = "10.1.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 380e8d4340..04c55a200c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.1.2" bv = { version = "0.11.0", features = ["serde"] } byteorder = "1.3.1" fnv = "1.0.6" -hashbrown = "0.1.8" +hashbrown = "0.2.0" libc = "0.2.49" libloading = "0.5.0" log = "0.4.2"