diff --git a/Cargo.lock b/Cargo.lock index 5ee2b85..01ca942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" dependencies = [ "anstyle", "anstyle-parse", @@ -65,9 +65,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220" [[package]] name = "anstyle-parse" @@ -248,7 +248,7 @@ dependencies = [ name = "committed" version = "1.0.20" dependencies = [ - "anstream 0.6.5", + "anstream 0.6.11", "anstyle", "anyhow", "clap", @@ -459,11 +459,11 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "human-panic" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a79a67745be0cb8dd2771f03b24c2f25df98d5471fe7a595d668cfa2e6f843d" +checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370" dependencies = [ - "anstream 0.6.5", + "anstream 0.6.11", "anstyle", "backtrace", "os_info", @@ -533,9 +533,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml index f709ddc..cec17c8 100644 --- a/crates/committed/Cargo.toml +++ b/crates/committed/Cargo.toml @@ -44,8 +44,8 @@ colorchoice-clap = "1.0.3" grep-cli = "0.1" imperative = "1.0.5" derive_more = "0.99.17" -itertools = "0.12.0" +itertools = "0.12.1" proc-exit = "2.0" -human-panic = "1.2.2" -anstream = "0.6.5" -anstyle = "1.0.4" +human-panic = "1.2.3" +anstream = "0.6.11" +anstyle = "1.0.5"