From 6770d28454f4dd6ed2dd1c94368f1a3e521fd478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:38:00 +0000 Subject: [PATCH] Update colored requirement from 2.2.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.2.0...v3.0.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Cargo.toml b/engine/Cargo.toml index c370b3c..702e15a 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/Zenyx-Engine/Zenyx" anyhow = "1.0.94" backtrace = "0.3.74" chrono = "0.4.39" -colored = "2.2.0" +colored = "3.0.0" crashreport = "1.0.1" dirs-next = "2.0.0"