diff --git a/Cargo.lock b/Cargo.lock index b1e82f7..65aabda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,7 +254,7 @@ dependencies = [ name = "committed" version = "1.0.20" dependencies = [ - "anstream 0.5.0", + "anstream 0.6.4", "anstyle", "anyhow", "clap", diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml index 7e00b53..bb94183 100644 --- a/crates/committed/Cargo.toml +++ b/crates/committed/Cargo.toml @@ -47,5 +47,5 @@ derive_more = "0.99.17" itertools = "0.11.0" proc-exit = "2.0" human-panic = "1.2.1" -anstream = "0.5.0" +anstream = "0.6.4" anstyle = "1.0.4"