aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-30 19:40:24 +0000
committerGitHub <[email protected]>2021-10-30 19:40:24 +0000
commite7ac3c3152e56e19f99e6c565900c48bd9eafd08 (patch)
tree8378ab16f2d5c49782ce233ba1bbe1d058565db7
parentdfe6f8cf8fb744e50473179715bdc5708903746e (diff)
Bump assert_cmd from 1.0.7 to 2.0.2
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.7 to 2.0.2. - [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.7...v2.0.2) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock4
-rw-r--r--dotup_cli/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index da98040..2e4546f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,9 +28,9 @@ checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
28 28
29[[package]] 29[[package]]
30name = "assert_cmd" 30name = "assert_cmd"
31version = "1.0.7" 31version = "2.0.2"
32source = "registry+https://github.com/rust-lang/crates.io-index" 32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "3d20831bd004dda4c7c372c19cdabff369f794a95e955b3f13fe460e3e1ae95f" 33checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2"
34dependencies = [ 34dependencies = [
35 "bstr", 35 "bstr",
36 "doc-comment", 36 "doc-comment",
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"