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-12-06 06:24:11 +0300
committerGitHub <noreply@github.com>2019-12-06 06:24:11 +0300
commit640f534a0d3b495d0c31d11d20be9876d137cfa4 (patch)
tree99bcfd6114e041282e10b1aee4dbe3fd63ee7d7d
parentd977fc3230d567695a3626686855dea673d968bd (diff)
Update assert_cmd requirement from 0.11 to 0.12
Updates the requirements on [assert_cmd](https://github.com/assert-rs/assert_cmd) to permit the latest version. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v0.11.0...v0.12.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 ec9de77..4931422 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"