Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
[lucet-module,lucet-objdump] Update object dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Jul 8, 2020
1 parent 6a0f23b commit 4e23622
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
25 changes: 8 additions & 17 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 lucet-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bincode = "1.1.4"
minisign = "0.5.19"
object = "0.18.0"
object = "0.20.0"
byteorder = "1.3"
memoffset = "0.5.3"
thiserror = "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion lucet-objdump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = ["Lucet team <[email protected]>"]
edition = "2018"

[dependencies]
object = "0.18"
object = "0.20"
byteorder="1.2.1"
colored="1.8.0"
lucet-module = { path = "../lucet-module", version = "=0.7.0-dev" }
Expand Down

0 comments on commit 4e23622

Please sign in to comment.