Bump hashbrown to 0.2.0

This commit is contained in:
Greg Fitzgerald 2019-04-02 14:41:01 -06:00
parent 2e4acba579
commit 20189c5d45
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"