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-12-18 23:43:24 +0300
committerGitHub <noreply@github.com>2019-12-18 23:43:24 +0300
commitf267fe8b600ba01f8560efeee7e2a713230bbdae (patch)
tree902a085001fa1591177fae60371fc7403804893a
parent57e0cad3508f4682a4e6c2887d421ee87f0900db (diff)
parent640f534a0d3b495d0c31d11d20be9876d137cfa4 (diff)
Merge pull request #32 from omerbenamram/dependabot/cargo/assert_cmd-0.12
Update assert_cmd requirement from 0.11 to 0.12
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1a8e466..7c0070a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ features = ["serde"]
[dev-dependencies]
criterion = "0.3"
skeptic = "0.13"
-assert_cmd = "0.11"
+assert_cmd = "0.12"
predicates = "1"
env_logger = "0.7.0"
tempfile = "3"