latest tracing-subscriber fixes performance problem reported in #2662

This commit is contained in:
Pat Hickey
2021-02-23 09:08:43 -08:00
parent 96556ed700
commit 4559537f24
2 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ tempfile = "3.1.0"
test-programs = { path = "crates/test-programs" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tracing-subscriber = "0.2.0"
tracing-subscriber = "0.2.16"
wast = "34.0.0"
[build-dependencies]