Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update to latest version of gimli/goblin and others. This will fix
an issue we were seeing 'failed to parse file for symbolication'
(#2 (comment))
that was caused by the object crate using an older version of goblin.
  • Loading branch information
benfred committed Mar 18, 2019
1 parent 435c20b commit 14768a7
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 384 deletions.
393 changes: 202 additions & 191 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clap = "2"
console = "0.7.1"
ctrlc = "3"
indicatif = "0.11"
env_logger = "0.5"
env_logger = "0.6"
failure = "0.1.1"
goblin = "0.0.19"
goblin = "0.0.21"
lazy_static = "1.1.0"
libc = "0.2.34"
log = "0.4"
Expand All @@ -31,7 +31,7 @@ cpp_demangle = "0.2.12"
remoteprocess = {path="./remoteprocess"}

[target.'cfg(unix)'.dependencies]
termios = "0.2.2"
termios = "0.3.1"

[target.'cfg(windows)'.dependencies]
winapi = {version = "0.3", features = ["winbase", "consoleapi", "wincon", "handleapi", "timeapi", "processenv" ]}
Loading

0 comments on commit 14768a7

Please sign in to comment.