chore: Update annotate-snippets

This commit is contained in:
Ed Page 2025-09-04 16:32:13 -05:00
parent 43bb5c958b
commit c6ebabd555
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -40,9 +40,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "annotate-snippets"
version = "0.12.1"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a851f39ec7e23bf1c30faf3844a496fee4db701f5f840f68d1f78f00e697892"
checksum = "4b0f1e2f8ec4bff67c7e1867001ec452595daf315cce10c393b7d4274024f878"
dependencies = [
"anstyle",
"memchr",

View File

@ -18,7 +18,7 @@ homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"
[workspace.dependencies]
annotate-snippets = { version = "0.12.1", features = ["simd"] }
annotate-snippets = { version = "0.12.3", features = ["simd"] }
anstream = "0.6.20"
anstyle = "1.0.11"
anyhow = "1.0.98"