Update 'parking_lot' dependency.

This commit is contained in:
Sergio Benitez 2020-05-29 01:48:19 -07:00
parent 7739c0e977
commit d195944645
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ diesel_migrations = "1.3"
log = "0.4"
[dev-dependencies]
parking_lot = { version = "0.8", features = ["nightly"] }
parking_lot = { version = "0.10", features = ["nightly"] }
rand = "0.6"
[dependencies.rocket_contrib]