summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJover Zhang <joverzh@gmail.com>2024-04-20 19:25:53 +0800
committerJover Zhang <joverzh@gmail.com>2024-04-25 09:10:10 +0800
commitf3530cf003745af53f82c8286ab63597b615095e (patch)
tree90cccc5e0b9ee164a8bf0a6eddda157f587dd12e /Cargo.lock
parent29a56a3b1c06a624c0c06728c0af756d09df6b1b (diff)
Rewrite `no-input-file.stderr` test in Rust and support diff
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 552b446a1e7..8a9701acae1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3343,6 +3343,7 @@ version = "0.0.0"
dependencies = [
"object 0.34.0",
"regex",
+ "similar",
"wasmparser",
]
@@ -5139,6 +5140,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
+name = "similar"
+version = "2.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
+
+[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"