diff --git a/Cargo.lock b/Cargo.lock index 521033d..429a90c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[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/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 0b66d7f..a3ae6ac 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -56,7 +56,7 @@ tokio-stream = "0.1.14" toml = "0.7.6" [dev-dependencies] -assert_cmd = "2.0.11" +assert_cmd = "2.0.12" predicates = "3.0.3" pretty_assertions = "1.4.0" tempfile = "3.6.0"