From bbdbf13bab6a8643af49fd342f3176e38bd5ead0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:08:42 +0000 Subject: [PATCH] chore(deps): update colored requirement from 2.1.0 to 3.0.0 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.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db7f982..1861c8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = ["**/*.rs", "Cargo.toml"] [dependencies] clap = "4.5" -colored = "2.1.0" +colored = "3.0.0" difference = "2.0.0" exitcode = "1.1.2" exitfailure = "0.5.1"