From 53c3abb5da822e259059e3e06006411eb82bed8a Mon Sep 17 00:00:00 2001 From: Igor Sugak Date: Tue, 21 Jun 2022 08:14:33 -0700 Subject: [PATCH] update goblin to 0.5.2 Summary: As titled. Reviewed By: dtolnay Differential Revision: D37300975 fbshipit-source-id: bdc6c97735c19ab789af902bfa2244e0f06c9440 --- reverie-ptrace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 09e8cfb..a163409 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -14,7 +14,7 @@ bincode = "1.3.3" bitflags = "1.3" bytes = { version = "1.1", features = ["serde"] } futures = { version = "0.3.13", features = ["async-await", "compat"] } -goblin = "0.3" +goblin = "0.5.2" lazy_static = "1.0" libc = "0.2.121" nix = "0.23"