diff --git a/Cargo.lock b/Cargo.lock index 994775e..44d0a15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.12" +version = "2.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" +checksum = "00ad3f3a942eee60335ab4342358c161ee296829e0d16ff42fc1d6cb07815467" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 01a1760..d9faf06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ grep-searcher = "0.1.13" rand = "0.8.5" [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.13" tempfile = "3.8.1" [build-dependencies]