From 38a3818c4853a1384ff0006770dd00b9c0530778 Mon Sep 17 00:00:00 2001 From: Jason White Date: Wed, 12 Oct 2022 14:29:02 -0700 Subject: [PATCH] third-party/rust: Update syscalls v0.6.6 -> v0.6.7 Reviewed By: rrnewton Differential Revision: D40312880 fbshipit-source-id: b6386d3821507787e7d76c86c1f63c265be86319 --- reverie-process/Cargo.toml | 2 +- reverie-syscalls/Cargo.toml | 2 +- reverie/Cargo.toml | 2 +- safeptrace/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index e5d584e..0fcdbe9 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -15,7 +15,7 @@ futures = { version = "0.3.22", features = ["async-await", "compat"] } libc = "0.2.132" nix = "0.25" serde = { version = "1.0.136", features = ["derive", "rc"] } -syscalls = { version = "0.6.6", features = ["serde"] } +syscalls = { version = "0.6.7", features = ["serde"] } thiserror = "1.0.36" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } diff --git a/reverie-syscalls/Cargo.toml b/reverie-syscalls/Cargo.toml index dfdcc15..fd47ec7 100644 --- a/reverie-syscalls/Cargo.toml +++ b/reverie-syscalls/Cargo.toml @@ -14,4 +14,4 @@ libc = "0.2.132" nix = "0.25" paste = "1.0" serde = { version = "1.0.136", features = ["derive", "rc"] } -syscalls = { version = "0.6.6", features = ["serde"] } +syscalls = { version = "0.6.7", features = ["serde"] } diff --git a/reverie/Cargo.toml b/reverie/Cargo.toml index f207a2c..2f51b5f 100644 --- a/reverie/Cargo.toml +++ b/reverie/Cargo.toml @@ -25,6 +25,6 @@ raw-cpuid = "10.6.0" reverie-process = { version = "0.1.0", path = "../reverie-process" } reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" } serde = { version = "1.0.136", features = ["derive", "rc"] } -syscalls = { version = "0.6.6", features = ["serde"] } +syscalls = { version = "0.6.7", features = ["serde"] } thiserror = "1.0.36" typed-arena = "2" diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index bfca8d5..4fd3550 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -16,7 +16,7 @@ nix = "0.25" parking_lot = { version = "0.11.2", features = ["send_guard"] } reverie-process = { version = "0.1.0", path = "../reverie-process" } reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" } -syscalls = { version = "0.6.6", features = ["serde"] } +syscalls = { version = "0.6.7", features = ["serde"] } thiserror = "1.0.36" [dev-dependencies]