Skip to content

Commit 485b957

Browse files
committed
chore: Upgrade anstream
1 parent a1af8d9 commit 485b957

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ clap_derive = { path = "./clap_derive", version = "=4.4.2", optional = true }
108108
trybuild = "1.0.83"
109109
rustversion = "1.0.14"
110110
# Cutting out `filesystem` feature
111-
trycmd = { version = "0.14.17", default-features = false, features = ["color-auto", "diff", "examples"] }
111+
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
112112
humantime = "2.1.0"
113-
snapbox = "0.4.12"
113+
snapbox = "0.4.13"
114114
shlex = "1.1.0"
115115
static_assertions = "1.1.0"
116116
unic-emoji-char = "0.9.0"

clap_builder/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bench = false
6161
clap_lex = { path = "../clap_lex", version = "0.5.0" }
6262
unicase = { version = "2.6.0", optional = true }
6363
strsim = { version = "0.10.0", optional = true }
64-
anstream = { version = "0.5.0", optional = true }
64+
anstream = { version = "0.6.0", optional = true }
6565
anstyle = "1.0.0"
6666
terminal_size = { version = "0.3.0", optional = true }
6767
backtrace = { version = "0.3.67", optional = true }
@@ -71,9 +71,9 @@ unicode-width = { version = "0.1.9", optional = true }
7171
trybuild = "1.0.83"
7272
rustversion = "1.0.14"
7373
# Cutting out `filesystem` feature
74-
trycmd = { version = "0.14.17", default-features = false, features = ["color-auto", "diff", "examples"] }
74+
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
7575
humantime = "2.1.0"
76-
snapbox = "0.4.12"
76+
snapbox = "0.4.13"
7777
shlex = "1.1.0"
7878
static_assertions = "1.1.0"
7979
unic-emoji-char = "0.9.0"

clap_complete/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ shlex = { version = "1.1.0", optional = true }
4040
unicode-xid = { version = "0.2.2", optional = true }
4141

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

0 commit comments

Comments
 (0)