diff --git a/Cargo.lock b/Cargo.lock index c4f9884..7c17862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[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 9957a81..9259c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ termcolor = "1.2" thiserror = "1.0" [dev-dependencies] -assert_cmd = "2.0.11" +assert_cmd = "2.0.12" insta = "1.31" [workspace]