From dd63067c741186db23ef77172da5178e84371d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:30:38 +0000 Subject: [PATCH] chore(deps): update annotate-snippets requirement from 0.10.0 to 0.12.13 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.13) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.13 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..82ce5bc 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.13" log = "0.4.20" thiserror = "2.0.0"