From 42c256413c10a9956f7198d8d631e2cb6f73cf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Tue, 8 Jul 2025 01:42:33 -0400 Subject: [PATCH] chore(deps): upgrade `colored` to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 730d343..ba3f9ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", " [dependencies] log = { version = "0.4", features = ["std"] } -colored = { version = "2.1.0", optional = true } +colored = { version = "3", optional = true } chrono = { version = "0.4", default-features = false, features = ["std", "clock"], optional = true } [target."cfg(not(windows))".dependencies]