aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2021-10-30 21:07:32 +0100
committerGitHub <[email protected]>2021-10-30 21:07:32 +0100
commit9cb8def14fb9671326ff1210f424e2a37f42a1db (patch)
tree8378ab16f2d5c49782ce233ba1bbe1d058565db7
parentdfe6f8cf8fb744e50473179715bdc5708903746e (diff)
parente7ac3c3152e56e19f99e6c565900c48bd9eafd08 (diff)
Merge pull request #12 from diogo464/dependabot/cargo/assert_cmd-2.0.2
Bump assert_cmd from 1.0.7 to 2.0.2
-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"