delete extra dep

This commit is contained in:
Pat Hickey
2020-09-02 13:18:09 -07:00
parent ddd50f7443
commit 82b3672956
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -2419,7 +2419,6 @@ dependencies = [
"target-lexicon",
"tempfile",
"test-programs",
"tracing",
"tracing-subscriber",
"wasi-common",
"wasmtime",

View File

@@ -51,7 +51,6 @@ tempfile = "3.1.0"
test-programs = { path = "crates/test-programs" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tracing = "0.1.12"
tracing-subscriber = "0.2.0"
[build-dependencies]