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-10-27 16:39:30 +0300
committerGitHub <noreply@github.com>2019-10-27 16:39:30 +0300
commitd977fc3230d567695a3626686855dea673d968bd (patch)
tree101208c5bf3eff205a885b653d73f5b0b637de6a
parenteb2327ec2bb2357bba453edc309c59d5e85efd9d (diff)
parent43af6291e9431681cd80bda64ba4073a02b9aace (diff)
Merge pull request #24 from omerbenamram/dependabot/cargo/num-derive-0.3
Update num-derive requirement from 0.2 to 0.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 938bdaa..ec9de77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ serde_json = "1.0.39"
csv = "1.0.7"
snafu = {version="0.5.0", features = ["backtraces", "rust_1_30"]}
num-traits = "0.2"
-num-derive = "0.2"
+num-derive = "0.3"
winstructs = "0.2.0"
lru = "0.1.15"
itertools = "0.8.0"