summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2017-12-01 00:02:56 +0100
committerGitHub <noreply@github.com>2017-12-01 00:02:56 +0100
commitdcd190a93cda47c525c6c51cc0159699333310fd (patch)
tree7129ddc0dadb1a9a93cde2efef4357c827bc1ffb
parent63ce242b89460ec78e869b990831ba0c5d0cc46f (diff)
downloadnix-dcd190a93cda47c525c6c51cc0159699333310fd.zip
bump lazy_static to 1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17383e49..fd63573c 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"