From 20189c5d457fdcd0332cd45f060e468b0e41f46a Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 2 Apr 2019 14:41:01 -0600 Subject: [PATCH] Bump hashbrown to 0.2.0 --- core/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"