diff --git a/Cargo.lock b/Cargo.lock index 94ddbb1d..842edbd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,12 +19,13 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.11.4" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" +checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980" dependencies = [ "anstyle", - "unicode-width", + "memchr", + "unicode-width 0.2.2", ] [[package]] @@ -1021,7 +1022,7 @@ dependencies = [ "quick-xml", "serde", "termcolor", - "unicode-width", + "unicode-width 0.1.13", ] [[package]] @@ -1123,6 +1124,12 @@ version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +[[package]] +name = "unicode-width" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" + [[package]] name = "utf8parse" version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index a1ae2826..e91083b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ snapbox = { version = "0.6.21", features = ["examples"] } circular = "0.3.0" rustc-hash = "2.1.1" automod = "1.0.15" -annotate-snippets = "0.11.4" +annotate-snippets = "0.12.0" anyhow = "1.0.100" [profile.bench]