diff --git a/Cargo.lock b/Cargo.lock index 7c7649f62..c401a80c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 7fd04749b..4684ef0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"