From 23f5ebcc4f89d67bbd4c24d2766746e1ff5ea2f6 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 16 May 2019 13:31:06 -0700 Subject: [PATCH] Update 'parking_lot' to 0.8 in 'todo' example. --- examples/todo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo/Cargo.toml b/examples/todo/Cargo.toml index 88b00c59..797b431a 100644 --- a/examples/todo/Cargo.toml +++ b/examples/todo/Cargo.toml @@ -14,7 +14,7 @@ diesel_migrations = "1.3" log = "0.4" [dev-dependencies] -parking_lot = { version = "0.6", features = ["nightly"] } +parking_lot = { version = "0.8", features = ["nightly"] } rand = "0.6" [dependencies.rocket_contrib]