update tracing-subscriber (#3473)

which gets rid of the transitive dep on `chrono` that was affected by
`RUSTSEC-2020-0159`.
This commit is contained in:
Pat Hickey
2021-10-26 07:06:45 -07:00
committed by GitHub
parent 490d49a768
commit 7962fe3f43
3 changed files with 6 additions and 48 deletions

View File

@@ -55,7 +55,7 @@ test-programs = { path = "crates/test-programs" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.2.16"
tracing-subscriber = "0.3.1"
wast = "38.0.0"
criterion = "0.3.4"
num_cpus = "1.13.0"