From 3d1b5d7de2c819170c46e7b9ddc7c103a0e56beb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:41:26 +0000 Subject: [PATCH] fix(deps): update rust crate colored to 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe94d8b..3f7e8c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ readme = "README.md" [dependencies] clap = { version = "4.4.13", features = ["derive"] } -colored = "2.0.4" +colored = "2.1.0"