From a7e0a346e08b2a6134dada96daa25a185fd39b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 04:29:45 +0000 Subject: [PATCH] Update chalk-ir requirement from 0.98.0 to 0.100.0 Updates the requirements on [chalk-ir](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-ir 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..0174a5c4 100644 --- a/language/syntax/Cargo.toml +++ b/language/syntax/Cargo.toml @@ -12,7 +12,7 @@ indexmap = "2.4.0" colored = "2.1.0" chalk-solve = "0.98.0" -chalk-ir = "0.98.0" +chalk-ir = "0.100.0" chalk-recursive = "0.98.0" dashmap = "6.0.1"