Skip to content

Commit

Permalink
Merge pull request #5146 from epage/update
Browse files Browse the repository at this point in the history
chore: Upgrade anstream
  • Loading branch information
epage committed Sep 28, 2023
2 parents a1af8d9 + 485b957 commit 418c001
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -108,9 +108,9 @@ clap_derive = { path = "./clap_derive", version = "=4.4.2", optional = true }
trybuild = "1.0.83"
rustversion = "1.0.14"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.17", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.12"
snapbox = "0.4.13"
shlex = "1.1.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
Expand Down
6 changes: 3 additions & 3 deletions clap_builder/Cargo.toml
Expand Up @@ -61,7 +61,7 @@ bench = false
clap_lex = { path = "../clap_lex", version = "0.5.0" }
unicase = { version = "2.6.0", optional = true }
strsim = { version = "0.10.0", optional = true }
anstream = { version = "0.5.0", optional = true }
anstream = { version = "0.6.0", optional = true }
anstyle = "1.0.0"
terminal_size = { version = "0.3.0", optional = true }
backtrace = { version = "0.3.67", optional = true }
Expand All @@ -71,9 +71,9 @@ unicode-width = { version = "0.1.9", optional = true }
trybuild = "1.0.83"
rustversion = "1.0.14"
# Cutting out `filesystem` feature
trycmd = { version = "0.14.17", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.4.12"
snapbox = "0.4.13"
shlex = "1.1.0"
static_assertions = "1.1.0"
unic-emoji-char = "0.9.0"
Expand Down
4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Expand Up @@ -40,9 +40,9 @@ shlex = { version = "1.1.0", optional = true }
unicode-xid = { version = "0.2.2", optional = true }

[dev-dependencies]
snapbox = { version = "0.4.12", features = ["diff", "path", "examples"] }
snapbox = { version = "0.4.13", features = ["diff", "path", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.14.17", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.0.20"
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }

Expand Down

0 comments on commit 418c001

Please sign in to comment.