diff --git a/Cargo.lock b/Cargo.lock index 7177fbd..c064a53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,13 +68,14 @@ dependencies = [ [[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 b129092..93b416e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ indoc = "2.0.5" rstest = "0.22.0" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] -assert_cmd = "2.0.15" +assert_cmd = "2.0.16" criterion = "0.5.1" predicates = "3.1.2" proptest = "1.5.0"