Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed May 14, 2021
1 parent 9be61ba commit 58b1818
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ skip = [
{ name = "rustc_version", version = "=0.2.3" },
{ name = "itertools", version = "0.9.0" },
{ name = "wasmparser", version = "0.57.0" },
{ name = "wast", version = "=24.0.0" },
{ name = "object", version = "=0.23.0" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down
23 changes: 11 additions & 12 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/compiler-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wasmer-vm = { path = "../vm", version = "1.0.2" }
wasmer-types = { path = "../types", version = "1.0.2" }
target-lexicon = { version = "0.12", default-features = false }
smallvec = "1.6"
object = { version = "0.23", default-features = false, features = ["read"] }
object = { version = "0.24", default-features = false, features = ["read"] }
libc = { version = "^0.2", default-features = false }
byteorder = "1"
itertools = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ wasmer-compiler = { path = "../compiler", version = "1.0.2", default-features =
"std",
"translator"
] }
object = { version = "0.23", default-features = false, features = ["write"] }
object = { version = "0.24", default-features = false, features = ["write"] }
thiserror = "1.0"

0 comments on commit 58b1818

Please sign in to comment.