From 51ba4463eebcc8f510ff6dba6bb9317d64e0b259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:59:48 +0000 Subject: [PATCH] Bump assert_cmd from 1.0.8 to 2.0.4 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 1.0.8 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/v1.0.8...v2.0.4) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++------------------- integration-tests/Cargo.toml | 2 +- vitup/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2139dd7c..4731d07f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,20 +126,6 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" -[[package]] -name = "assert_cmd" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe" -dependencies = [ - "bstr", - "doc-comment", - "predicates", - "predicates-core", - "predicates-tree", - "wait-timeout", -] - [[package]] name = "assert_cmd" version = "2.0.4" @@ -2767,7 +2753,7 @@ dependencies = [ name = "integration-tests" version = "0.1.0" dependencies = [ - "assert_cmd 1.0.8", + "assert_cmd", "assert_fs", "catalyst-toolbox", "cfg-if 1.0.0", @@ -2900,7 +2886,7 @@ name = "jormungandr-automation" version = "0.13.0" source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#fd29e9fa5600f9ac3a407866edafc5ec8880a2f1" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.13.0", "bech32 0.8.1", @@ -2965,7 +2951,7 @@ name = "jormungandr-integration-tests" version = "0.13.0" source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#fd29e9fa5600f9ac3a407866edafc5ec8880a2f1" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.13.0", "bech32 0.7.3", @@ -6757,7 +6743,7 @@ name = "vit-servicing-station-tests" version = "0.3.4-dev" source = "git+https://github.com/input-output-hk/vit-servicing-station.git?branch=master#7f685606077b1a2faaa623cbad118c041b3b888c" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.12.3", "cfg-if 0.1.10", @@ -6796,7 +6782,7 @@ dependencies = [ name = "vitup" version = "0.0.1" dependencies = [ - "assert_cmd 1.0.8", + "assert_cmd", "assert_fs", "base64 0.12.3", "catalyst-toolbox", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index a8bc338d..2ae50bc3 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -39,7 +39,7 @@ lazy_static = "1" libmath = "0.2.1" cfg-if = "1.0.0" assert_fs = "1.0" -assert_cmd = "1.0" +assert_cmd = "2.0" chrono = "0.4.19" serde_json = "1.0.53" serde = "1.0.53" diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index c6fac96a..f89424ac 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -77,7 +77,7 @@ tokio-stream = { version = "0.1.8", features = ["net"] } quickcheck = "0.9" quickcheck_macros = "0.9" assert_fs ="1.0" -assert_cmd = "1.0" +assert_cmd = "2.0" [dependencies.reqwest] version = "0.10.10"