Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ cmd-vpd = { path = "./cmd/vpd", package = "humility-cmd-vpd" }
cmd-writeword = { path = "./cmd/writeword", package = "humility-cmd-writeword" }

# crates.io deps
addr2line = "0.25"
addr2line = "0.26"
anyhow = { version = "1.0.44", features = ["backtrace"] }
bitfield = "0.13.2"
byteorder = "1.3.4"
Expand All @@ -212,8 +212,7 @@ crossterm = "0.20.0"
csv = "1.1.3"
ctrlc = "3.1.5"
env_logger = "0.9.0"
fallible-iterator = "0.3.0"
gimli = "0.32.0"
gimli = "0.33.0"
goblin = "0.10"
hex = "0.4.3"
hubpack = "0.1.1"
Expand Down
1 change: 0 additions & 1 deletion humility-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ cmd-validate = { workspace = true }
cmd-vpd = { workspace = true }
cmd-writeword = { workspace = true }

fallible-iterator = { workspace = true }
log = { workspace = true }
env_logger = { workspace = true }
bitfield = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
humility: attached to dump
humility: stack unwind failed: Do not have unwind info for the given address.
humility: stack unwind failed: no unwind info for address
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
humility: attached to dump
humility: stack unwind failed: Do not have unwind info for the given address.
humility: stack unwind failed: no unwind info for address
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
humility: attached to dump
humility: stack unwind failed: Do not have unwind info for the given address.
humility: stack unwind failed: no unwind info for address
1 change: 0 additions & 1 deletion humility-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ addr2line.workspace = true
anyhow.workspace = true
bitfield.workspace = true
clap.workspace = true
fallible-iterator.workspace = true
gimli.workspace = true
goblin.workspace = true
hubpack.workspace = true
Expand Down
Loading
Loading