diff options
| author | diogo464 <[email protected]> | 2021-10-30 21:07:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 21:07:32 +0100 |
| commit | 9cb8def14fb9671326ff1210f424e2a37f42a1db (patch) | |
| tree | 8378ab16f2d5c49782ce233ba1bbe1d058565db7 /dotup_cli/Cargo.toml | |
| parent | dfe6f8cf8fb744e50473179715bdc5708903746e (diff) | |
| parent | e7ac3c3152e56e19f99e6c565900c48bd9eafd08 (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
Diffstat (limited to 'dotup_cli/Cargo.toml')
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
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] |
| 24 | tempfile = "3.2" | 24 | tempfile = "3.2" |
| 25 | assert_cmd = "1.0" | 25 | assert_cmd = "2.0" |
