diff --git a/Cargo.lock b/Cargo.lock index c8c2812..739833e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" +checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 828cd65..91e0f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,6 @@ path = "src/main.rs" required-features = ["cli"] [dev-dependencies] -assert_cmd = "2.1" +assert_cmd = "2.2" predicates = "3.1" tempfile = "3.26"