Updated dependencies

This commit is contained in:
Syrus
2019-07-31 23:21:56 -07:00
parent a6461c3b14
commit ebce7d0371
15 changed files with 147 additions and 231 deletions

View File

@@ -13,9 +13,9 @@ wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0" }
wasmparser = "0.35.1"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.2.0"
lazy_static = "1.3.0"
byteorder = "1.3.2"
nix = "0.14.1"
libc = "0.2.60"
smallvec = "0.6.9"
smallvec = "0.6.10"
colored = "1.8"