diff --git a/Cargo.lock b/Cargo.lock index 2bb0b12..60e4a95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "assert_cmd" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" +checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index b3e0012..e096923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ log = "0.4.19" rustyline = "10.1.0" [dev-dependencies] -assert_cmd = "2.0.11" +assert_cmd = "2.0.12" predicates = "3.0.3"