mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Merge pull request #5719 from epage/completest
chore: Update completest
This commit is contained in:
commit
ad3c3d5ffe
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -601,9 +601,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "completest-pty"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3635aa91b48c47ea30fe12fe7c04efbbf17dade642d4dbaa1e9cfbf3593eed4a"
|
||||
checksum = "641f8ea301379c034f4d0b82f243b03dd4f6946c882aa914d47c45060482fb25"
|
||||
dependencies = [
|
||||
"completest",
|
||||
"ptyprocess",
|
||||
|
|
|
@ -43,8 +43,8 @@ shlex = { version = "1.3.0", optional = true }
|
|||
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
|
||||
# Cutting out `filesystem` feature
|
||||
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
completest = "0.4.1"
|
||||
completest-pty = "0.5.2"
|
||||
completest = "0.4.2"
|
||||
completest-pty = "0.5.4"
|
||||
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std", "derive", "help"] }
|
||||
automod = "1.0.14"
|
||||
|
||||
|
|
Loading…
Reference in a new issue