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>2021-06-03 06:16:12 +0300
committerGitHub <noreply@github.com>2021-06-03 06:16:12 +0300
commit02c9a4d0c32166c6ac24b4fec5aa628af3237769 (patch)
tree540d09c71ce1a0d407f03b47fc95c0df904b0b4e
parent6ad7d58676838253d2519e5d2605f302912c7c49 (diff)
Update assert_cmd requirement from 0.12.0 to 1.0.5dependabot/cargo/assert_cmd-1.0.5
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...v1.0.5) 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 4365df4..e4be1df 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 = "1.0.5"
predicates = "1.0.2"
env_logger = "0.7.1"
tempfile = "3.1.0"