From 60b28ca1128b0057f40674b99410bce703817f1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:47:37 +0000 Subject: [PATCH] fix(deps): update rust crate yansi to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e16b0d..b84ada8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ tracing-appender = "0.2.3" tracing-log = "0.2.0" tracing-subscriber = {version="0.3.18", features=["env-filter", "json", "registry", "smallvec"]} uuid = {version="1.7.0", features = ["v4"]} -yansi = "0.5.1" +yansi = "1.0.1"