mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
fix: Update anstream
This commit is contained in:
parent
12b5c39d46
commit
2a3356a535
2 changed files with 10 additions and 10 deletions
18
Cargo.lock
generated
18
Cargo.lock
generated
|
@ -117,14 +117,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstream"
|
||||
version = "0.6.0"
|
||||
version = "0.6.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bff2cf94a3dbe2d57cbd56485e1bd7436455058034d6c2d47be51d4e5e4bc6ab"
|
||||
checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"anstyle-parse",
|
||||
"anstyle-query",
|
||||
"anstyle-wincon 3.0.0",
|
||||
"anstyle-wincon 3.0.2",
|
||||
"colorchoice",
|
||||
"utf8parse",
|
||||
]
|
||||
|
@ -165,12 +165,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anstyle-wincon"
|
||||
version = "3.0.0"
|
||||
version = "3.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0238ca56c96dfa37bdf7c373c8886dd591322500aceeeccdb2216fe06dc2f796"
|
||||
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -530,7 +530,7 @@ dependencies = [
|
|||
name = "clap_builder"
|
||||
version = "4.4.15"
|
||||
dependencies = [
|
||||
"anstream 0.6.0",
|
||||
"anstream 0.6.7",
|
||||
"anstyle",
|
||||
"backtrace",
|
||||
"clap_lex 0.6.0",
|
||||
|
@ -3128,7 +3128,7 @@ version = "0.4.15"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c4f1976ee8fd1be27d5f72c98be0aac4397a882a4736935d47418a5fbbd12042"
|
||||
dependencies = [
|
||||
"anstream 0.6.0",
|
||||
"anstream 0.6.7",
|
||||
"anstyle",
|
||||
"content_inspector",
|
||||
"dunce",
|
||||
|
@ -3151,7 +3151,7 @@ version = "0.3.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e"
|
||||
dependencies = [
|
||||
"anstream 0.6.0",
|
||||
"anstream 0.6.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -61,7 +61,7 @@ bench = false
|
|||
clap_lex = { path = "../clap_lex", version = "0.6.0" }
|
||||
unicase = { version = "2.6.0", optional = true }
|
||||
strsim = { version = "0.10.0", optional = true }
|
||||
anstream = { version = "0.6.0", optional = true }
|
||||
anstream = { version = "0.6.7", optional = true }
|
||||
anstyle = "1.0.0"
|
||||
terminal_size = { version = "0.3.0", optional = true }
|
||||
backtrace = { version = "0.3.67", optional = true }
|
||||
|
|
Loading…
Reference in a new issue