diff --git a/Cargo.lock b/Cargo.lock index e6927c1..ee81a5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2" +checksum = "8a9189966ceec267927e1e72ec8c98f2d6a3d8b7d1b381ba795de4eafd6ec4d8" dependencies = [ "bstr", "doc-comment", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 8fe0e4a..e4862d4 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -44,7 +44,7 @@ tokio-stream = "0.1.8" once_cell = "1.9.0" [dev-dependencies] -assert_cmd = "2.0.2" +assert_cmd = "2.0.3" predicates = "2.1.1" pretty_assertions = "1.0.0" tempfile = "3.3.0"