From 548d9034e150fd90860f60a2380fec6c23c048ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:04:51 +0000 Subject: [PATCH] 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] --- language/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/syntax/Cargo.toml b/language/syntax/Cargo.toml index 21162975..abfaffd5 100644 --- a/language/syntax/Cargo.toml +++ b/language/syntax/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.86" async-trait = "0.1.81" lazy_static = "1.5.0" indexmap = "2.4.0" -colored = "2.1.0" +colored = "3.0.0" chalk-solve = "0.98.0" chalk-ir = "0.98.0"