diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 613804a..cb006c8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -72,9 +72,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/rust/Cargo.toml b/rust/Cargo.toml index f8d0629..f7b43ce 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5", features = ["derive"], optional = true } [dev-dependencies] pretty_assertions = "1.4" test-case = "3.3" -assert_cmd = "2.1" +assert_cmd = "2.2" predicates = "3.0" tempfile = "3.24"