mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-07 09:12:09 +00:00
Update 'parking_lot' to 0.8 in 'todo' example.
This commit is contained in:
parent
2d4eec8f7e
commit
f4548f09af
@ -14,7 +14,7 @@ diesel_migrations = "1.3"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
parking_lot = { version = "0.6", features = ["nightly"] }
|
parking_lot = { version = "0.8", features = ["nightly"] }
|
||||||
rand = "0.6"
|
rand = "0.6"
|
||||||
|
|
||||||
[dependencies.rocket_contrib]
|
[dependencies.rocket_contrib]
|
||||||
|
Loading…
Reference in New Issue
Block a user