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-05-01 22:28:02 +0300
committerAndrew Gallant <jamslam@gmail.com>2019-07-20 20:37:00 +0300
commit8deb700720892ec8b595209b5082addc28ee7b24 (patch)
treedc88da5b7addeb24284c8a8061f5b44ade17dd68 /Cargo.toml
parentf85554d45938bc2c97f348549369e9ceef22e578 (diff)
deps: bump rand and quickcheck
... to 0.6 and 0.8, respectively. We aren't running tests on the MSRV any more any way, so we might as well keep on moving. Unfortunately, the rand ecosystem refuses to advertise and maintain correct minimal versions in their Cargo.toml, so we have to remove the minimal version check.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7755a17..f3bdf31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,4 +32,6 @@ quickcheck = { version = "0.8", default-features = false }
rand = "0.6"
serde = "1"
serde_derive = "1"
+quickcheck = { version = "0.8.2", default-features = false }
+rand = "0.6.5"
doc-comment = "0.3"