diff --git a/Cargo.lock b/Cargo.lock index d770d89a877..a3e88a8d795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,9 +983,9 @@ dependencies = [ [[package]] name = "trycmd" -version = "0.14.12" +version = "0.14.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0347dec81354ddf3c73854d933983ca71f016f1b02c9acc2039dbe3092464f81" +checksum = "32564b3f936a9ebedf5cc07dcf1e7e661204766d35f92c03bf347b099d84e783" dependencies = [ "glob", "humantime", diff --git a/Cargo.toml b/Cargo.toml index e8cdb5b4d41..0a9915d63e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ once_cell = { version = "1.12.0", optional = true } trybuild = "1.0.77" rustversion = "1.0.12" # Cutting out `filesystem` feature -trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] } +trycmd = { version = "0.14.15", default-features = false, features = ["color-auto", "diff", "examples"] } humantime = "2.1.0" snapbox = "0.4.10" shlex = "1.1.0" diff --git a/clap_complete/Cargo.toml b/clap_complete/Cargo.toml index a667b829e01..2a7c741c6eb 100644 --- a/clap_complete/Cargo.toml +++ b/clap_complete/Cargo.toml @@ -43,7 +43,7 @@ unicode-xid = { version = "0.2.2", optional = true } [dev-dependencies] snapbox = { version = "0.4.10", features = ["diff"] } # Cutting out `filesystem` feature -trycmd = { version = "0.14.12", default-features = false, features = ["color-auto", "diff", "examples"] } +trycmd = { version = "0.14.15", default-features = false, features = ["color-auto", "diff", "examples"] } clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] } [[example]]