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:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 637ece1..74230dc 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"
@@ -37,7 +37,7 @@ version = "0.4.6"
features = ["serde"]
[dev-dependencies]
-criterion = "0.2"
+criterion = "0.3"
skeptic = "0.13"
assert_cmd = "0.11"
predicates = "1"