diff --git a/Cargo.lock b/Cargo.lock index 91d670ad..56294b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "annotate-snippets" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8ee2f071d418442e50c643c4e7a4051ce3abd9dba11713cc6cdf4f4a3f3cca5" +checksum = "96401ca08501972288ecbcde33902fce858bf73fbcbdf91dab8c3a9544e106bb" dependencies = [ "anstyle", "unicode-width", diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 81812fab..f5f1b2b6 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -20,7 +20,7 @@ pest_derive = "2.8.2" smol_str = "0.3.1" hex = "0.4.3" either = { version = "1.12.0", default-features = false } -annotate-snippets = "0.12.4" +annotate-snippets = "0.12.5" rustc-hash = "2.0.0" bimap = "0.6.3" derive_more = { version = "=2.0.1", default-features = false, features = [