mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
Bump env_logger and parking_lot
This commit is contained in:
parent
bb1c308380
commit
ff3fc2f406
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ readme = "README.md"
|
||||||
crossbeam = "0.7.1"
|
crossbeam = "0.7.1"
|
||||||
indexmap = "1.0.1"
|
indexmap = "1.0.1"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
parking_lot = "0.10.0"
|
parking_lot = "0.11.0"
|
||||||
rustc-hash = "1.0"
|
rustc-hash = "1.0"
|
||||||
smallvec = "1.0.0"
|
smallvec = "1.0.0"
|
||||||
rand = { version = "0.7", features = [ "small_rng" ] }
|
rand = { version = "0.7", features = [ "small_rng" ] }
|
||||||
|
@ -22,7 +22,7 @@ salsa-macros = { version = "0.14.1", path = "components/salsa-macros" }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand_distr = "0.2.1"
|
rand_distr = "0.2.1"
|
||||||
diff = "0.1.0"
|
diff = "0.1.0"
|
||||||
env_logger = "0.5.13"
|
env_logger = "0.7"
|
||||||
linked-hash-map = "0.5.2"
|
linked-hash-map = "0.5.2"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
Loading…
Reference in a new issue