summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2024-04-14 16:36:09 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-04-15 17:23:16 +0000
commit682535e7775efb2f2e4934b2cf5bc5edc3253968 (patch)
tree349a1cc46533c8317ec10c9f3f94007fa253f6e2 /Cargo.lock
parent96e7d25891fbac3fb693a6c041b93a98712aba15 (diff)
add regex to run_make_support
note: version more recent than 1.8 depend on memchr 2.6, which creates conflicts as memchr 2.5.0 is pinned elsewhere in the workspace
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f26dd7c43c..faf2c473ee1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3342,6 +3342,7 @@ name = "run_make_support"
version = "0.0.0"
dependencies = [
"object 0.34.0",
+ "regex",
"wasmparser",
]