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

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer BenAmram <omerbenamram@gmail.com>2019-07-17 12:59:25 +0300
committerGitHub <noreply@github.com>2019-07-17 12:59:25 +0300
commita6937c0a4e45d3124a9d42fc8442c4adfd33a4ad (patch)
treed501a10e985614134d84b76c1a8aaecdb86a2733
parentab3c9ec1edc14f0c3335391ffe515d4ed679cf33 (diff)
parent49122e440780c3720546a6278be40b793e752be5 (diff)
Merge pull request #15 from omerbenamram/dependabot/cargo/rand-0.7.0
Update rand requirement from 0.6.5 to 0.7.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd6aaf0..fa967e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ num-derive = "0.2"
winstructs = "0.2.0"
lru = "0.1.15"
itertools = "0.8.0"
-rand = "0.6.5"
+rand = "0.7.0"
# `mft_dump` dependencies
simplelog = "0.6.0"