Update a number of wasmtime's dependencies (#1355)

* Run `cargo update`
* Use `cargo outdated` to guide some manual version bumps
This commit is contained in:
Alex Crichton
2020-03-18 14:15:33 -05:00
committed by GitHub
parent a658e381be
commit 5bd03d282f
10 changed files with 138 additions and 114 deletions

View File

@@ -30,7 +30,7 @@ winapi = "0.3.7"
[dev-dependencies]
# for wasmtime.rs
wasi-common = { path = "../wasi-common", version = "0.12.0" }
pretty_env_logger = "0.3.0"
pretty_env_logger = "0.4.0"
rayon = "1.2.1"
file-per-thread-logger = "0.1.1"
wat = "1.0.10"