Update dependencies to latest versions

This commit is contained in:
Syrus
2019-07-31 23:03:52 -07:00
parent 2b6e58962b
commit 6245daaa84
13 changed files with 205 additions and 119 deletions

View File

@ -11,8 +11,8 @@ wasmparser = "0.35.1"
hashbrown = "0.1.8"
smallvec = "0.6.8"
goblin = "0.0.20"
libc = "0.2.49"
nix = "0.14.0"
libc = "0.2.60"
nix = "0.14.1"
capstone = { version = "0.5.0", optional = true }
[dependencies.inkwell]