From 2b9d79a2b440166c1d36316998555c9f7eb8268d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 04:30:27 +0000 Subject: [PATCH] Update chalk-recursive requirement from 0.98.0 to 0.100.0 Updates the requirements on [chalk-recursive](https://github.com/rust-lang/chalk) to permit the latest version. - [Release notes](https://github.com/rust-lang/chalk/releases) - [Changelog](https://github.com/rust-lang/chalk/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang/chalk/compare/v0.98.0...v0.100.0) --- updated-dependencies: - dependency-name: chalk-recursive 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..60790aa2 100644 --- a/language/syntax/Cargo.toml +++ b/language/syntax/Cargo.toml @@ -13,7 +13,7 @@ colored = "2.1.0" chalk-solve = "0.98.0" chalk-ir = "0.98.0" -chalk-recursive = "0.98.0" +chalk-recursive = "0.100.0" dashmap = "6.0.1"