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-09-03 15:34:31 +0300
committerGitHub <noreply@github.com>2019-09-03 15:34:31 +0300
commit26eb90168e0a8a287e678ec8e3687981787acad9 (patch)
tree1ea4c333a1d83c272e408b2d35eb4a5f0925de05
parent504ec7ce86beea66a87b253daf0c8b5b7efcc29c (diff)
parent9207fd5b2e6c77a50cfcca021dc4dfa5b53d579d (diff)
Merge pull request #19 from omerbenamram/dependabot/cargo/snafu-0.5.0
Update snafu requirement from 0.4.1 to 0.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0956aff..267c557 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ bitflags = "1.0.4"
serde = {version = "1.0.91", features = ["derive"]}
serde_json = "1.0.39"
csv = "1.0.7"
-snafu = {version="0.4.1", features = ["backtraces", "rust_1_30"]}
+snafu = {version="0.5.0", features = ["backtraces", "rust_1_30"]}
num-traits = "0.2"
num-derive = "0.2"
winstructs = "0.2.0"