Update smallvec (#1339)

This commit is contained in:
Age Manning
2020-07-07 16:57:27 +10:00
committed by GitHub
parent 51fbaefe41
commit f500b24242
8 changed files with 30 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ futures = "0.3.5"
error-chain = "0.12.2"
tokio = { version = "0.2.21", features = ["full"] }
parking_lot = "0.11.0"
smallvec = "1.4.0"
smallvec = "1.4.1"
# TODO: Remove rand crate for mainnet
rand = "0.7.3"
fnv = "1.0.6"