From 84b96d455e94e78d165c334eebfc60b3692cf092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:14:49 +0000 Subject: [PATCH] fix(deps): update rust crate anstyle to 1.0.6 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 6b943c9c..624e5fa4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,7 +12,7 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] anstream = "0.6.11" -anstyle = "1.0.4" +anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.0.4", features = ["serde1"] } ostree-ext = { version = "0.13" }