Skip to content

Commit

Permalink
Update remoteprocess to v0.4.9 (#487)
Browse files Browse the repository at this point in the history
* Update remoteprocess to v0.4.9

We were having test failures, running on newer versions of windows.
Fix by pulling in the latest remoteprocess code

* Update to proc-maps 0.2.1
  • Loading branch information
benfred committed May 2, 2022
1 parent 39a9863 commit 690008c
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 14 deletions.
78 changes: 66 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ log = "0.4"
lru = "0.7"
regex = "1"
tempfile = "3.0.3"
proc-maps = "0.2.0"
proc-maps = "0.2.1"
memmap = "0.7.0"
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.8", features=["unwind"]}
remoteprocess = {version="0.4.9", features=["unwind"]}
chrono = "0.4.19"

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

0 comments on commit 690008c

Please sign in to comment.