From 37d57e2d5831036e56a0ba949d37a7805e839bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:06:42 +0000 Subject: [PATCH] chore(deps): update annotate-snippets requirement from 0.10.0 to 0.12.10 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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/annotate-snippets-rs/compare/0.10.0...0.12.10) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.10 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..0f78fc4 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.10" log = "0.4.20" thiserror = "2.0.0"