From 383934a73c2dc5ae15100edcad3e9be78994a180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:46:47 +0000 Subject: [PATCH] chore(deps): Update Rust crate anstream to v1 --- Cargo.lock | 38 +++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54879c6..595cf72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" dependencies = [ "anstyle", - "anstyle-parse", + "anstyle-parse 0.2.0", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" +dependencies = [ + "anstyle", + "anstyle-parse 1.0.0", "anstyle-query", "anstyle-wincon", "colorchoice", @@ -47,6 +62,15 @@ dependencies = [ "utf8parse", ] +[[package]] +name = "anstyle-parse" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" +dependencies = [ + "utf8parse", +] + [[package]] name = "anstyle-query" version = "1.0.0" @@ -213,7 +237,7 @@ version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "clap_lex", "strsim", @@ -470,7 +494,7 @@ version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "env_filter", "log", @@ -592,7 +616,7 @@ dependencies = [ name = "git-dive" version = "0.1.6" dependencies = [ - "anstream", + "anstream 1.0.0", "anstyle", "anstyle-syntect", "anyhow", @@ -709,7 +733,7 @@ version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a8a07a0957cd4a3cad4a1e4ca7cd5ea07fcacef6ebe2e5d0c7935bfc95120d8" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "backtrace", "os_info", @@ -1228,7 +1252,7 @@ version = "0.6.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96fa1ce81be900d083b30ec2d481e6658c2acfaa2cfc7be45ccc2cc1b820edb3" dependencies = [ - "anstream", + "anstream 0.6.21", "anstyle", "content_inspector", "dunce", @@ -1246,7 +1270,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74" dependencies = [ - "anstream", + "anstream 0.6.21", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0d71856..a20424f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ syntect = { version = "5.2.0", default-features = false, features = ["parsing", terminal_size = "0.4.0" textwrap = "0.16.1" anstyle = "1.0.6" -anstream = "0.6.13" +anstream = "1.0.0" is-terminal = "0.4.12" content_inspector = "0.2.4" git-config-env = "0.2.1"