From ea228f9b152372e1a71bcbd4b7509cb10d192028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:38:58 +0000 Subject: [PATCH] Update chalk-solve requirement from 0.98.0 to 0.99.0 Updates the requirements on [chalk-solve](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-solve 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..fe8b45c9 100644 --- a/language/syntax/Cargo.toml +++ b/language/syntax/Cargo.toml @@ -11,7 +11,7 @@ lazy_static = "1.5.0" indexmap = "2.4.0" colored = "2.1.0" -chalk-solve = "0.98.0" +chalk-solve = "0.99.0" chalk-ir = "0.98.0" chalk-recursive = "0.98.0"