Bump hashbrown to 0.2.0
This commit is contained in:
parent
2e4acba579
commit
20189c5d45
|
@ -25,7 +25,7 @@ bs58 = "0.2.0"
|
||||||
byteorder = "1.3.1"
|
byteorder = "1.3.1"
|
||||||
chrono = { version = "0.4.0", features = ["serde"] }
|
chrono = { version = "0.4.0", features = ["serde"] }
|
||||||
crc = { version = "1.8.1", optional = true }
|
crc = { version = "1.8.1", optional = true }
|
||||||
hashbrown = "0.1.8"
|
hashbrown = "0.2.0"
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
jsonrpc-core = "10.1.0"
|
jsonrpc-core = "10.1.0"
|
||||||
|
|
|
@ -13,7 +13,7 @@ bincode = "1.1.2"
|
||||||
bv = { version = "0.11.0", features = ["serde"] }
|
bv = { version = "0.11.0", features = ["serde"] }
|
||||||
byteorder = "1.3.1"
|
byteorder = "1.3.1"
|
||||||
fnv = "1.0.6"
|
fnv = "1.0.6"
|
||||||
hashbrown = "0.1.8"
|
hashbrown = "0.2.0"
|
||||||
libc = "0.2.49"
|
libc = "0.2.49"
|
||||||
libloading = "0.5.0"
|
libloading = "0.5.0"
|
||||||
log = "0.4.2"
|
log = "0.4.2"
|
||||||
|
|
Loading…
Reference in New Issue