From 0841ab672e74fec9c5a59997f59dc0a55def366e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:37:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20Rust=20cr?= =?UTF-8?q?ate=20colored=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bcc16e..e1a1bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["spdx", "license", "cli"] [dependencies] clap = { version = "4.5.4", features = ["derive"] } -colored = "2.1.0" +colored = "3.0.0" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.199", features = ["derive"] } serde_json = "1.0.116"