diff --git a/Cargo.lock b/Cargo.lock index a64b6c8..1c4a803 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,13 +16,14 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "assert_cmd" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37" +checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" dependencies = [ "anstyle", "bstr", "doc-comment", + "libc", "predicates", "predicates-core", "predicates-tree", diff --git a/Cargo.toml b/Cargo.toml index a0abcee..c46dee5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ serde_json = "1.0.122" [dev-dependencies] # Dependencies for testing -assert_cmd = "2.0.15" +assert_cmd = "2.0.16" criterion = "0.5.1" [lib]