Bump env_logger and parking_lot

This commit is contained in:
Laurențiu Nicola 2020-06-27 13:33:09 +03:00 committed by Aleksey Kladov
parent bb1c308380
commit ff3fc2f406

View file

@ -12,7 +12,7 @@ readme = "README.md"
crossbeam = "0.7.1"
indexmap = "1.0.1"
log = "0.4.5"
parking_lot = "0.10.0"
parking_lot = "0.11.0"
rustc-hash = "1.0"
smallvec = "1.0.0"
rand = { version = "0.7", features = [ "small_rng" ] }
@ -22,7 +22,7 @@ salsa-macros = { version = "0.14.1", path = "components/salsa-macros" }
[dev-dependencies]
rand_distr = "0.2.1"
diff = "0.1.0"
env_logger = "0.5.13"
env_logger = "0.7"
linked-hash-map = "0.5.2"
[workspace]