diff --git a/Cargo.lock b/Cargo.lock index 7e96fec..c4370f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da" +checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e" dependencies = [ "doc-comment", "predicates", diff --git a/Cargo.toml b/Cargo.toml index 50829ed..d882dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_yaml = "0.8.13" structopt = "0.3.15" [dev-dependencies] -assert_cmd = "1.0.1" +assert_cmd = "1.0.2" assert_fs = "1.0.0" lazy_static = "1.4.0" rexpect = "0.4.0"