mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(deps): update rust crate anstream to 0.6.4
This commit is contained in:
parent
d34cc2c4b0
commit
484fdd8c2b
2 changed files with 7 additions and 31 deletions
36
Cargo.lock
generated
36
Cargo.lock
generated
|
@ -44,20 +44,6 @@ version = "0.1.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
||||
|
||||
[[package]]
|
||||
name = "anstream"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"anstyle-parse",
|
||||
"anstyle-query",
|
||||
"anstyle-wincon 2.1.0",
|
||||
"colorchoice",
|
||||
"utf8parse",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anstream"
|
||||
version = "0.6.4"
|
||||
|
@ -67,7 +53,7 @@ dependencies = [
|
|||
"anstyle",
|
||||
"anstyle-parse",
|
||||
"anstyle-query",
|
||||
"anstyle-wincon 3.0.1",
|
||||
"anstyle-wincon",
|
||||
"colorchoice",
|
||||
"utf8parse",
|
||||
]
|
||||
|
@ -96,16 +82,6 @@ dependencies = [
|
|||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anstyle-wincon"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "anstyle-wincon"
|
||||
version = "3.0.1"
|
||||
|
@ -289,7 +265,7 @@ version = "4.4.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
||||
dependencies = [
|
||||
"anstream 0.6.4",
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"clap_lex 0.5.1",
|
||||
"strsim",
|
||||
|
@ -779,7 +755,7 @@ version = "1.2.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b82da652938b83f94cfdaaf9ae7aaadb8430d84b0dfda226998416318727eac2"
|
||||
dependencies = [
|
||||
"anstream 0.6.4",
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"backtrace",
|
||||
"os_info",
|
||||
|
@ -1409,7 +1385,7 @@ version = "0.4.13"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b439536a42c43be148b610c7f7f968fb79a457254910a9cb20900da73cd3271"
|
||||
dependencies = [
|
||||
"anstream 0.6.4",
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"content_inspector",
|
||||
"dunce",
|
||||
|
@ -1431,7 +1407,7 @@ version = "0.3.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed1559baff8a696add3322b9be3e940d433e7bb4e38d79017205fd37ff28b28e"
|
||||
dependencies = [
|
||||
"anstream 0.6.4",
|
||||
"anstream",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1619,7 +1595,7 @@ name = "typos-cli"
|
|||
version = "1.16.15"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anstream 0.5.0",
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"anyhow",
|
||||
"assert_fs",
|
||||
|
|
|
@ -73,7 +73,7 @@ unic-emoji-char = "0.9.0"
|
|||
thread_local = "1.1.7"
|
||||
globset = "0.4.13"
|
||||
anstyle = "1.0.4"
|
||||
anstream = "0.5.0"
|
||||
anstream = "0.6.4"
|
||||
colorchoice-clap = "1.0.3"
|
||||
serde_regex = "1.1.0"
|
||||
regex = "1.9.6"
|
||||
|
|
Loading…
Reference in a new issue