From 1cc01fb2d56126329ac9d040cde825c6d34a747b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:39:27 +0000 Subject: [PATCH] Update chalk-ir requirement from 0.98.0 to 0.99.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/v0.99.0/RELEASES.md) - [Commits](https://github.com/rust-lang/chalk/compare/v0.98.0...v0.99.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..decf5886 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.99.0" chalk-recursive = "0.98.0" dashmap = "6.0.1"