mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-02 09:45:45 +00:00
Update procfs version 0.9 to 0.10.1
Reviewed By: Imxset21 Differential Revision: D45231077 fbshipit-source-id: 9ff577c5a13e685793056bd782ac0be19f61f74b
This commit is contained in:
parent
859e996c28
commit
547ac07600
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ nix = "0.25"
|
|||
num-traits = "0.2"
|
||||
paste = "1.0"
|
||||
perf-event-open-sys = "4.0"
|
||||
procfs = "0.9"
|
||||
procfs = "0.10.1"
|
||||
raw-cpuid = "10.6.0"
|
||||
reverie = { version = "0.1.0", path = "../reverie" }
|
||||
safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", "notifier"] }
|
||||
|
|
|
@ -21,7 +21,7 @@ memmap2 = "0.5.10"
|
|||
never-say-never = "6"
|
||||
nix = "0.25"
|
||||
object = { version = "0.29", features = ["write"] }
|
||||
procfs = "0.9"
|
||||
procfs = "0.10.1"
|
||||
raw-cpuid = "10.6.0"
|
||||
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
||||
reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" }
|
||||
|
|
Loading…
Reference in a new issue