From 5fa1a93e367968e6e890c42dfed429dca98610ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 05:06:35 +0000 Subject: [PATCH] chore(deps): update annotate-snippets requirement from 0.10.0 to 0.12.6 Updates the requirements on [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/annotate-snippets-rs/releases) - [Changelog](https://github.com/rust-lang/annotate-snippets-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.12.6) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b26649c..c4c1c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ keywords = ["i", "i-language", "programming-language", "language"] publish = false [workspace.dependencies] -annotate-snippets = "0.10.0" +annotate-snippets = "0.12.6" log = "0.4.20" thiserror = "2.0.0"