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:
authorIgor Gnatenko <ignatenko@redhat.com>2017-12-31 20:51:18 +0300
committerAndrew Gallant <jamslam@gmail.com>2018-01-01 02:59:20 +0300
commit60e4c581f0621c33f717284498257427fcd21635 (patch)
treeb6833c0c904ca5091db5bc2bb3eb3e557b5af52b
parentcf6d422edbb7e376af2091c486d1b690ea808d08 (diff)
deps: bump quickcheck to 0.6 and rand to 0.4ag/bumps
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fcd9cfa..3a27dfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ same-file = "1"
[dev-dependencies]
docopt = "0.8"
-quickcheck = { version = "0.4", default-features = false }
-rand = "0.3"
+quickcheck = { version = "0.6", default-features = false }
+rand = "0.4"
serde = "1"
serde_derive = "1"