From 6273440b48bf9e97b4f4dfe719558e3f391b5482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 05:05:29 +0000 Subject: [PATCH] chore(deps): update annotate-snippets requirement from 0.10.0 to 0.12.8 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.8) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.8 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..db7f456 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.8" log = "0.4.20" thiserror = "2.0.0"