bump smallvec to 0.6 in ethcore-light, ethstore and whisper (#9588)

* bump smallvec to 0.6 in ethcore-light, ethstore and whisper

* bump transaction-pool

* Fix test.
This commit is contained in:
Marek Kotewicz
2018-09-25 11:24:59 +01:00
committed by Afri Schoedon
parent 692d5b4e08
commit 2609e2db5c
8 changed files with 17 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
slab = "0.3"
smallvec = "0.4"
smallvec = "0.6"
tiny-keccak = "1.4"
jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }