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

@@ -23,7 +23,7 @@ fnv = "1.0.7"
unsigned-varint = { git = "https://github.com/sigp/unsigned-varint", branch = "latest-codecs", features = ["codec"] }
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../common/lighthouse_metrics" }
smallvec = "1.4.0"
smallvec = "1.4.1"
lru = "0.5.1"
parking_lot = "0.11.0"
sha2 = "0.9.1"