summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-01 02:02:40 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-07-01 20:23:05 +0200
commit4296d47dcbb565c2bf7785e7d24a576d945e102a (patch)
tree6abcd7e8723f0bc546433341d396a25c844fbbf1 /Cargo.toml
parent42f1ef019a83dc042e7235283e0bde208f821055 (diff)
Bump assert_cmd from 1.0.4 to 1.0.5
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.4 to 1.0.5. - [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/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a990341..42a9f50f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@ version = "0.12"
default-features = false
[dev-dependencies]
-assert_cmd = "1.0.4"
+assert_cmd = "1.0.5"
serial_test = "0.5.1"
predicates = "1.0.7"
wait-timeout = "0.2.0"