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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user