From 696d0279245da70ffd3a8b54f06f28d3ac7235f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:27:48 +0000 Subject: [PATCH] chore(deps): update colored requirement from 2.1 to 3.1 Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.1.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e30bfb56..cdeee41a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ anyhow = "1.0" # CLI clap = { version = "4.5", features = ["derive", "cargo"] } -colored = "2.1" +colored = "3.1" # TUI (optional) ratatui = { version = "0.29", optional = true } @@ -119,7 +119,7 @@ async-inspect-macros = { version = "0.1.0", path = "async-inspect-macros" } tokio = { version = "1.35", features = ["full"] } tokio-test = "0.4" criterion = { version = "0.5", features = ["async_tokio"] } -colored = "2.1" +colored = "3.1" [features] default = ["cli", "tokio"]