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"