From b102d5a5f06541135181ab696b21c61c560ae0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:21:58 +1100 Subject: [PATCH] Update supports-color requirement from 1.3.1 to 2.0.0 in /crates/bin (#611) --- crates/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 865456a0..26389610 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -34,7 +34,7 @@ once_cell = "1.16.0" semver = "1.0.14" strum = "0.24.1" strum_macros = "0.24.3" -supports-color = "1.3.1" +supports-color = "2.0.0" tempfile = "3.3.0" tokio = { version = "1.23.0", features = ["rt-multi-thread"], default-features = false } tracing-core = "0.1.30"