From bf2945e2ae4dcd2a0ab3dbc920107bfeaabedabf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:19:03 +0000 Subject: [PATCH] chore(deps): update compatible --- Cargo.lock | 44 ++++++++++++++++++++++++++++--------- crates/committed/Cargo.toml | 6 ++--- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 389305b..b1e82f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,16 +44,30 @@ dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", - "anstyle-wincon", + "anstyle-wincon 2.1.0", + "colorchoice", + "utf8parse", +] + +[[package]] +name = "anstream" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon 3.0.1", "colorchoice", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" +checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anstyle-parse" @@ -83,6 +97,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "anstyle-wincon" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" +dependencies = [ + "anstyle", + "windows-sys 0.48.0", +] + [[package]] name = "anyhow" version = "1.0.69" @@ -186,7 +210,7 @@ version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ - "anstream", + "anstream 0.5.0", "anstyle", "clap_lex", "strsim", @@ -218,9 +242,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colorchoice-clap" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6afb91776a1ed84bebf6f3d13948c262e5d2694d4a689cd48808ccf84f25b251" +checksum = "6fe9ad5d064caf028aeb50818a5c7857c28f746ad04111652b85d9bca8b0d0be" dependencies = [ "clap", "colorchoice", @@ -230,7 +254,7 @@ dependencies = [ name = "committed" version = "1.0.20" dependencies = [ - "anstream", + "anstream 0.5.0", "anstyle", "anyhow", "clap", @@ -435,11 +459,11 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "human-panic" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2df2fb4e13fa697d21d93061ebcbbd876f5ef643b48ff59cfab57a726ef140" +checksum = "b82da652938b83f94cfdaaf9ae7aaadb8430d84b0dfda226998416318727eac2" dependencies = [ - "anstream", + "anstream 0.6.4", "anstyle", "backtrace", "os_info", diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml index 60bffbe..7e00b53 100644 --- a/crates/committed/Cargo.toml +++ b/crates/committed/Cargo.toml @@ -40,12 +40,12 @@ unicode-segmentation = "1.10.1" log = "0.4" env_logger = "0.10" clap-verbosity-flag = "2.0" -colorchoice-clap = "1.0.2" +colorchoice-clap = "1.0.3" grep-cli = "0.1" imperative = "1.0.5" derive_more = "0.99.17" itertools = "0.11.0" proc-exit = "2.0" -human-panic = "1.2.0" +human-panic = "1.2.1" anstream = "0.5.0" -anstyle = "1.0.2" +anstyle = "1.0.4"