third-party/rust: Update syscalls 0.6.0 -> 0.6.1

Reviewed By: johnhurt

Differential Revision: D37051530

fbshipit-source-id: e21fc86f98c5f55817ba6f412d7271b3da63d7bb
This commit is contained in:
Jason White 2022-06-09 18:12:21 -07:00 committed by Facebook GitHub Bot
parent 3ca948fc77
commit 674fbb2af5
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
libc = "0.2.121" libc = "0.2.121"
nix = "0.23" nix = "0.23"
serde = { version = "1.0.136", features = ["derive", "rc"] } serde = { version = "1.0.136", features = ["derive", "rc"] }
syscalls = { version = "0.6", features = ["with-serde"] } syscalls = { version = "0.6.1", features = ["with-serde"] }
thiserror = "1.0.30" thiserror = "1.0.30"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }

View file

@ -14,4 +14,4 @@ libc = "0.2.121"
nix = "0.23" nix = "0.23"
paste = "1.0" paste = "1.0"
serde = { version = "1.0.136", features = ["derive", "rc"] } serde = { version = "1.0.136", features = ["derive", "rc"] }
syscalls = { version = "0.6", features = ["with-serde"] } syscalls = { version = "0.6.1", features = ["with-serde"] }