Skip to content

Commit 8e2680f

Browse files
authored
Update dependencies to pull in latest remoteprocess (#426)
1 parent 29c78e1 commit 8e2680f

2 files changed

Lines changed: 68 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 62 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ clap = {version="2", features=["wrap_help"]}
1616
console = "0.14"
1717
ctrlc = "3"
1818
indicatif = "0.15"
19-
env_logger = "0.8"
19+
env_logger = "0.9"
2020
failure = "0.1.8"
2121
goblin = "0.4.1"
22-
inferno = "0.10.3"
23-
lazy_static = "1.1.0"
24-
libc = "0.2.82"
22+
inferno = "0.10.6"
23+
lazy_static = "1.4.0"
24+
libc = "0.2"
2525
log = "0.4"
2626
lru = "0.6"
2727
regex = "1"
2828
tempfile = "3.0.3"
2929
proc-maps = "0.1.7"
3030
memmap = "0.7.0"
31-
cpp_demangle = "0.3.2"
31+
cpp_demangle = "0.3"
3232
serde = {version="1.0", features=["rc"]}
3333
serde_derive = "1.0"
3434
serde_json = "1.0"
3535
rand = "0.8"
3636
rand_distr = "0.4"
37-
remoteprocess = {version="0.4.3", features=["unwind"]}
37+
remoteprocess = {version="0.4.4", features=["unwind"]}
3838
chrono = "0.4.19"
3939

4040
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)