From 6ca0443ecca17e8bc6df972740f445dd9795b4bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:44:32 +0800 Subject: [PATCH] Update Rust crate annotate-snippets to v0.12.15 (#1955) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [annotate-snippets](https://redirect.github.com/rust-lang/annotate-snippets-rs) | workspace.dependencies | patch | `0.12.14` → `0.12.15` | --- ### Release Notes
rust-lang/annotate-snippets-rs (annotate-snippets) ### [`v0.12.15`](https://redirect.github.com/rust-lang/annotate-snippets-rs/blob/HEAD/CHANGELOG.md#01215---2026-04-06) [Compare Source](https://redirect.github.com/rust-lang/annotate-snippets-rs/compare/0.12.14...0.12.15) ##### Fixed - Source highlighting no longer misaligns when source contains zero-width or multi-width characters [#​400](https://redirect.github.com/rust-lang/annotate-snippets-rs/pull/400)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/j178/prek). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e2c04a4..c90c365a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "annotate-snippets" -version = "0.12.14" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22b669bf35e50f130e98212b486b0df78d93e285963344e58937692705e1a21a" +checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7" dependencies = [ "anstyle", "memchr",