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

@@ -36,7 +36,7 @@ structopt = { version = "0.3.5", features = ["color", "suggestions"] }
faerie = "0.15.0"
anyhow = "1.0.19"
target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.3.0"
pretty_env_logger = "0.4.0"
file-per-thread-logger = "0.1.1"
wat = "1.0.10"
libc = "0.2.60"