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:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-27 06:28:13 +0300
committerGitHub <noreply@github.com>2019-08-27 06:28:13 +0300
commit9207fd5b2e6c77a50cfcca021dc4dfa5b53d579d (patch)
treed3b524110af0b72ef647631aafc0e1e210b71be2
parenta6937c0a4e45d3124a9d42fc8442c4adfd33a4ad (diff)
Update snafu requirement from 0.4.1 to 0.5.0
Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version. - [Release notes](https://github.com/shepmaster/snafu/releases) - [Changelog](https://github.com/shepmaster/snafu/blob/master/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.4.1...0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa967e6..7165850 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"