From 622912ed4a98b4ecb7adba9d140d6fa867b327dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:52:19 +0000 Subject: [PATCH] fix(deps): update rust crate anstream to 0.6.11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 270db168f..6b943c9c3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.64.0" include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] -anstream = "0.6.4" +anstream = "0.6.11" anstyle = "1.0.4" anyhow = "1.0" camino = { version = "1.0.4", features = ["serde1"] }