Remove the ansi_term transitive dependency (#4822)

Only used during tests but this resolves #4742 by slimming the
dependency tree.
This commit is contained in:
Alex Crichton
2022-08-30 12:29:17 -05:00
committed by GitHub
parent 1a59b3e6c6
commit 09c93c70cc
4 changed files with 1 additions and 34 deletions

View File

@@ -50,7 +50,6 @@ tempfile = "3.1.0"
test-programs = { path = "crates/test-programs" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.1"
wast = "46.0.0"
criterion = "0.3.4"
num_cpus = "1.13.0"