summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-12-01 04:58:16 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-12-01 04:58:16 +0000
commitedf1bacba11a00894a035438cf4f0c14c9e495c9 (patch)
tree7129ddc0dadb1a9a93cde2efef4357c827bc1ffb /Cargo.toml
parent63ce242b89460ec78e869b990831ba0c5d0cc46f (diff)
parentdcd190a93cda47c525c6c51cc0159699333310fd (diff)
downloadnix-edf1bacba11a00894a035438cf4f0c14c9e495c9.zip
Merge #804
804: bump lazy_static to 1 r=Susurrus a=ignatenkobrain
Diffstat (limited to 'Cargo.toml')
-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"