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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-08 06:12:35 +0300
committerGitHub <noreply@github.com>2021-10-08 06:12:35 +0300
commit050fd486b8abe8df486dc6ff4c48f47451bac1eb (patch)
tree67a159ed4b00aee100c0bd0eb593db302da569d3
parentde4a61f32de29fdf60f7708ef973eb2de4d4bdd8 (diff)
Update assert_cmd requirement from 0.12.0 to 2.0.2dependabot/cargo/assert_cmd-2.0.2
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.12.0...v2.0.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..7987cd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ features = ["serde"]
[dev-dependencies]
criterion = "0.3.0"
skeptic = "0.13.4"
-assert_cmd = "0.12.0"
+assert_cmd = "2.0.2"
predicates = "1.0.2"
env_logger = "0.7.1"
tempfile = "3.1.0"