diff --git a/Cargo.lock b/Cargo.lock index c6ab71544bf..ecadb737a0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.12.13" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fc7650eedcb2fee505aad48491529e408f0e854c2d9f63eb86c1361b9b3f93" +checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7" dependencies = [ "anstyle", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 16c38d58eb3..141de6ed099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" [workspace.dependencies] -annotate-snippets = { version = "0.12.13", features = ["simd"] } +annotate-snippets = { version = "0.12.15", features = ["simd"] } anstream = "1.0.0" anstyle = "1.0.14" anstyle-hyperlink = "1.0.2"