diff --git a/Cargo.lock b/Cargo.lock index f07e96e..7d801cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,10 +502,11 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.15.6" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e8673f1dc45acdff8e25a06cc62f8e529563e8acd84237ce83d5a28e2befa12" +checksum = "288c25d9be00f5ac52a3b3ff7720248c223096534ec34e870188f1bc93f2465c" dependencies = [ + "anstream", "automod", "glob", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 404bedd..29b6ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ clap = { version = "4.5.16", features = ["derive"] } markdown = "1.0.0-alpha.20" [dev-dependencies] -trycmd = "0.15.6" +trycmd = "0.15.7"