From 9a051a86acb67bec36c5aff6b72f0bf9a2ced562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:07:26 +0000 Subject: [PATCH] chore(deps): update annotate-snippets requirement from 0.10.0 to 0.12.9 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.9) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.9 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..868b9fd 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.9" log = "0.4.20" thiserror = "2.0.0"