Skip to content

Commit

Permalink
Update dependencies to pull in latest remoteprocess (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Jul 31, 2021
1 parent 29c78e1 commit 8e2680f
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 45 deletions.
101 changes: 62 additions & 39 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ clap = {version="2", features=["wrap_help"]}
console = "0.14"
ctrlc = "3"
indicatif = "0.15"
env_logger = "0.8"
env_logger = "0.9"
failure = "0.1.8"
goblin = "0.4.1"
inferno = "0.10.3"
lazy_static = "1.1.0"
libc = "0.2.82"
inferno = "0.10.6"
lazy_static = "1.4.0"
libc = "0.2"
log = "0.4"
lru = "0.6"
regex = "1"
tempfile = "3.0.3"
proc-maps = "0.1.7"
memmap = "0.7.0"
cpp_demangle = "0.3.2"
cpp_demangle = "0.3"
serde = {version="1.0", features=["rc"]}
serde_derive = "1.0"
serde_json = "1.0"
rand = "0.8"
rand_distr = "0.4"
remoteprocess = {version="0.4.3", features=["unwind"]}
remoteprocess = {version="0.4.4", features=["unwind"]}
chrono = "0.4.19"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 8e2680f

Please sign in to comment.