summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-01-03 16:52:23 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-01-03 16:52:23 +0000
commitbb69c29b17b76c9745c4299561070dc8b4da6f6a (patch)
treedf1c7325dc9e883fc63ac843f7b0bc3342394e3b
parent2f09d4c1dac302f4602740da4020d80033b57fcc (diff)
parent19f8b49cb93ae8648d6447d5207ca09dddf97893 (diff)
downloadnix-bb69c29b17b76c9745c4299561070dc8b4da6f6a.zip
Merge #822
822: bump rand to 0.4 r=Susurrus a=ignatenkobrain
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7dbb9008..0f3f4b95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ gcc = "0.3"
[dev-dependencies]
lazy_static = "1"
-rand = "0.3.8"
+rand = "0.4"
tempdir = "0.3"
tempfile = "2"