From b7681dc6b580c15aa663d265c2d1703b447b281d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:09:48 +0000 Subject: [PATCH] chore(deps): update rust crate anstream to 0.5.0 --- Cargo.lock | 37 ++++++------------------------------- crates/typos-cli/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb0a40a..62ab36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,21 +44,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" -[[package]] -name = "anstream" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon 1.0.1", - "colorchoice", - "is-terminal", - "utf8parse", -] - [[package]] name = "anstream" version = "0.5.0" @@ -68,7 +53,7 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon 2.1.0", + "anstyle-wincon", "colorchoice", "utf8parse", ] @@ -97,16 +82,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "anstyle-wincon" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" -dependencies = [ - "anstyle", - "windows-sys 0.48.0", -] - [[package]] name = "anstyle-wincon" version = "2.1.0" @@ -280,7 +255,7 @@ version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ - "anstream 0.5.0", + "anstream", "anstyle", "clap_lex 0.5.0", "strsim 0.10.0", @@ -793,7 +768,7 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb2df2fb4e13fa697d21d93061ebcbbd876f5ef643b48ff59cfab57a726ef140" dependencies = [ - "anstream 0.5.0", + "anstream", "anstyle", "backtrace", "os_info", @@ -1458,7 +1433,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad90eb3a2e3a8031d636d45bd4832751aefd58a291b553f7305a2bacae21aff3" dependencies = [ - "anstream 0.5.0", + "anstream", "anstyle", "content_inspector", "dunce", @@ -1480,7 +1455,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95f4ffd811b87da98d0e48285134b7847954bd76e843bb794a893b47ca3ee325" dependencies = [ - "anstream 0.5.0", + "anstream", ] [[package]] @@ -1674,7 +1649,7 @@ name = "typos-cli" version = "1.16.9" dependencies = [ "ahash", - "anstream 0.3.2", + "anstream", "anstyle", "anyhow", "assert_fs", diff --git a/crates/typos-cli/Cargo.toml b/crates/typos-cli/Cargo.toml index 1f92431..0cfeb5b 100644 --- a/crates/typos-cli/Cargo.toml +++ b/crates/typos-cli/Cargo.toml @@ -73,7 +73,7 @@ unic-emoji-char = "0.9.0" thread_local = "1.1.7" globset = "0.4.13" anstyle = "1.0.2" -anstream = "0.3.2" +anstream = "0.5.0" colorchoice-clap = "1.0.2" serde_regex = "1.1.0" regex = "1.9.4"