From 902413354d10f6541876b9bee86e82d622a34cbc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 18 Aug 2026 09:15:19 +0000 Subject: [PATCH] chore(deps): update rust crate annotate-snippets to 0.12.0 --- Cargo.lock | 5 +++-- libc-test/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5865d168aa6b..a14ea6c14340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,11 +13,12 @@ dependencies = [ [[package]] name = "annotate-snippets" -version = "0.11.5" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4" +checksum = "f211a51805bc641f3ad5b7664c77d2547af685cc33b4cd8d31964027a46f13f1" dependencies = [ "anstyle", + "memchr", "unicode-width", ] diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index bdeb5f503925..bf5e37f7fa31 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -16,7 +16,7 @@ libc = { path = "..", default-features = false } syn = { version = "2.0.108", features = ["full", "visit"] } proc-macro2 = { version = "1.0.103", features = ["span-locations"] } glob = "0.3.3" -annotate-snippets = { version = "0.11.5", features = ["testing-colors"] } +annotate-snippets = { version = "0.12.0", features = ["testing-colors"] } [build-dependencies] cc = "1.4.2"