From 7d5b630bd8369441d5dc5e7b9743b578e47b7175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:19:15 +0000 Subject: [PATCH] chore(deps): update rust crate termcolor to 1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a84c608d2..a0dc259a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ opentelemetry-otlp = "0.14.0" proptest = "1.1.0" rustup-macros = { path = "rustup-macros" } tempfile = "3.8" -termcolor = "1.2" +termcolor = "1.4" thiserror = "1.0" tokio = { version = "1.26.0", default-features = false, features = ["rt-multi-thread"] } tracing = "0.1"