parking_lot 0.10 and smallvec 1.0

This commit is contained in:
Jeremy A. Kolb 2019-11-25 16:41:38 -05:00
parent fba1fbd612
commit daecfae90d

View file

@ -12,9 +12,9 @@ readme = "README.md"
crossbeam = "0.7.1"
indexmap = "1.0.1"
log = "0.4.5"
parking_lot = "0.9.0"
parking_lot = "0.10.0"
rustc-hash = "1.0"
smallvec = "0.6.5"
smallvec = "1.0.0"
rand = { version = "0.7", features = [ "small_rng" ] }
salsa-macros = { version = "0.13.0", path = "components/salsa-macros" }