Upgrade Tokio to 1.8.1

This contains a fix for a vulnerability reported as RUSTSEC-2021-0072.
This commit is contained in:
Benjamin Bouvier
2021-07-08 12:13:30 +02:00
parent 89ed663058
commit b0ce0c8f5d
4 changed files with 7 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ tempfile = "3.1.0"
test-programs = { path = "crates/test-programs" }
wasmtime-fuzzing = { path = "crates/fuzzing" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.5.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.2.16"
wast = "36.0.0"
criterion = "0.3.4"