From dcd190a93cda47c525c6c51cc0159699333310fd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 1 Dec 2017 00:02:56 +0100 Subject: [PATCH] bump lazy_static to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17383e49dc..fd63573c36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ cfg-if = "0.1.0" void = "1.0.2" [dev-dependencies] -lazy_static = "0.2" +lazy_static = "1" rand = "0.3.8" tempdir = "0.3" tempfile = "2"