aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-30 19:40:21 +0000
committerGitHub <[email protected]>2021-10-30 19:40:21 +0000
commita8f79a0961f7a6e889653a247afb070e102a5a5c (patch)
tree7b86242f4c343ae307fa9a09f87ba8a6cfa50122
parentdfe6f8cf8fb744e50473179715bdc5708903746e (diff)
Update assert_cmd requirement from 1.0 to 2.0 in /dotup_cli
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/v1.0.0...v2.0.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--dotup_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml
index 9ae6beb..d2ece5a 100644
--- a/dotup_cli/Cargo.toml
+++ b/dotup_cli/Cargo.toml
@@ -22,4 +22,4 @@ version = "0.19"
22 22
23[dev-dependencies] 23[dev-dependencies]
24tempfile = "3.2" 24tempfile = "3.2"
25assert_cmd = "1.0" 25assert_cmd = "2.0"