Skip to content

Commit

Permalink
Update remoteprocess/proc-maps/goblin dependencies (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred authored Oct 28, 2024
1 parent bffb3fc commit 78f9a1f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 115 deletions.
144 changes: 33 additions & 111 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ console = "0.15"
ctrlc = "3"
indicatif = "0.17"
env_logger = "0.10"
goblin = "0.7.1"
inferno = "0.11.17"
goblin = "0.9.2"
inferno = "0.11.21"
lazy_static = "1.4.0"
libc = "0.2"
log = "0.4"
lru = "0.10"
regex = ">=1.6.0"
tempfile = "3.6.0"
proc-maps = "0.3.2"
proc-maps = "0.4.0"
memmap2 = "0.9.4"
cpp_demangle = "0.4"
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.12", features=["unwind"]}
remoteprocess = {version="0.5.0", features=["unwind"]}
chrono = "0.4.26"

[dev-dependencies]
Expand Down

0 comments on commit 78f9a1f

Please sign in to comment.