From bd35fcdc62eeff40dd4ddd101c5b044f3aa671f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 21:06:27 +0100 Subject: [PATCH] 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> --- cumulus/Cargo.lock | 31 +++++++++----------------- cumulus/polkadot-parachains/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 5863e8c1f90..a8c042b8611 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -147,12 +147,12 @@ checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" [[package]] name = "assert_cmd" -version = "0.12.2" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936fcf2c692b37c696cd0002c57752b2d9478402450c9ca4a463f6afae16d6f5" +checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e" dependencies = [ + "bstr", "doc-comment", - "escargot", "predicates", "predicates-core", "predicates-tree", @@ -2228,10 +2228,10 @@ dependencies = [ ] [[package]] -name = "difference" -version = "2.0.0" +name = "difflib" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "digest" @@ -2483,18 +2483,6 @@ dependencies = [ "libc", ] -[[package]] -name = "escargot" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ead7d8a70259beb627c1ffdd19b0372381f247f88e46a3bd52bb797182690b3" -dependencies = [ - "log", - "once_cell", - "serde", - "serde_json", -] - [[package]] name = "event-listener" version = "2.5.1" @@ -8261,11 +8249,12 @@ checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" [[package]] name = "predicates" -version = "1.0.8" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df" +checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" dependencies = [ - "difference", + "difflib", + "itertools", "predicates-core", ] diff --git a/cumulus/polkadot-parachains/Cargo.toml b/cumulus/polkadot-parachains/Cargo.toml index 72ac5d73eb0..3c6b9261aa2 100644 --- a/cumulus/polkadot-parachains/Cargo.toml +++ b/cumulus/polkadot-parachains/Cargo.toml @@ -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" -- GitLab