Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-06-09 16:27:09 +0300
committerAndrew Gallant <jamslam@gmail.com>2019-06-09 16:27:19 +0300
commit71c5437f9c0d6c5b018f5049f4e3ac662475913e (patch)
tree0feac7bf27cb65adfbfdce98c9d9c15516436f35
parenta4578948802679d259a1c3394dfd3efa6c97a9f1 (diff)
deps: update rand to 0.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdafd31..b03ad80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ version = "0.1.1"
[dev-dependencies]
docopt = "1.0.1"
quickcheck = { version = "0.8", default-features = false }
-rand = "0.5"
+rand = "0.6"
serde = "1"
serde_derive = "1"
doc-comment = "0.3"