From 2634cf5dcee1f913dfe12288dd86d0dd5cdc6e4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:56:36 +0000 Subject: [PATCH] Update Rust crate termcolor to 1.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ceb0a00b49..11bf90982b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2223,9 +2223,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" +checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" dependencies = [ "winapi-util", ] diff --git a/Cargo.toml b/Cargo.toml index f3a085d5d1..42bd5a180c 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"