diff --git a/Cargo.lock b/Cargo.lock index 9779aae..80c610f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,9 +59,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" +checksum = "bc65048dd435533bb1baf2ed9956b9a278fbfdcf90301b39ee117f06c0199d37" dependencies = [ "anstyle", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 787faf5..8e660f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ vrd = "0.0.7" [dev-dependencies] # Dependencies for testing and development. -assert_cmd = "2.0.14" +assert_cmd = "2.0.15" criterion = "0.5.1" [lib]