Bump assert_cmd from 0.12.2 to 2.0.4 (#1037)

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 0.12.2 to 2.0.4.
- [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/v0.12.2...v2.0.4)

---
updated-dependencies:
- dependency-name: assert_cmd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-02-22 21:06:27 +01:00
committed by GitHub
parent da8a5866a7
commit bd35fcdc62
2 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" }
[dev-dependencies]
assert_cmd = "0.12"
assert_cmd = "2.0"
nix = "0.23"
tempfile = "3.2.0"