diff --git a/Cargo.lock b/Cargo.lock index fa8d5385..956784c5 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" @@ -2693,7 +2679,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", @@ -2819,7 +2805,7 @@ name = "jormungandr-automation" version = "0.13.0" source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.13.0", "bech32 0.8.1", @@ -2883,7 +2869,7 @@ name = "jormungandr-integration-tests" version = "0.13.0" source = "git+https://github.com/input-output-hk/jormungandr.git?branch=master#26000281078521c7a40985f331040a628393fcc4" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.13.0", "bech32 0.7.3", @@ -6591,7 +6577,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#b7b52dd510c81297c22aaf14ea72219858602b3a" dependencies = [ - "assert_cmd 2.0.4", + "assert_cmd", "assert_fs", "base64 0.12.3", "cfg-if 0.1.10", @@ -6630,7 +6616,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 95ee0226..999040bb 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -33,7 +33,7 @@ rand = "0.8" 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 024e4c22..e2b941aa 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -75,7 +75,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"