diff --git a/Cargo.lock b/Cargo.lock index 7334a3fbb6a..688680d297a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,13 +127,13 @@ dependencies = [ [[package]] name = "anstyle-svg" -version = "0.1.7" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3607949e9f6de49ea4bafe12f5e4fd73613ebf24795e48587302a8cc0e4bb35" +checksum = "e22d9f3dea8bbda97c75bd0f0203e23f1e190d6d6f27a40e10063946dc4d4362" dependencies = [ - "anstream", "anstyle", "anstyle-lossy", + "anstyle-parse", "html-escape", "unicode-width 0.2.2", ] @@ -4315,9 +4315,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "snapbox" -version = "0.6.21" +version = "0.6.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96dcfc4581e3355d70ac2ee14cfdf81dce3d85c85f1ed9e2c1d3013f53b3436b" +checksum = "6c1abc378119f77310836665f8523018532cf7e3faeb3b10b01da5a7321bf8e1" dependencies = [ "anstream", "anstyle", @@ -4330,9 +4330,9 @@ dependencies = [ [[package]] name = "snapbox-macros" -version = "0.3.10" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af" +checksum = "3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74" dependencies = [ "anstream", ] diff --git a/Cargo.toml b/Cargo.toml index 8c0bc0d9a59..f2042ab81e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ guppy-workspace-hack = "0.1.0" iddqd = "0.3.17" include_dir = "0.7.4" miette = "7.6.0" -snapbox = { version = "0.6.21", features = ["term-svg"] } +snapbox = { version = "0.6.24", features = ["term-svg"] } twox-hash = { version = "2.1.2", default-features = false, features = ["xxhash64"] } [workspace.package]