mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
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:
parent
3ca948fc77
commit
674fbb2af5
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
|
|||
libc = "0.2.121"
|
||||
nix = "0.23"
|
||||
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"
|
||||
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@ libc = "0.2.121"
|
|||
nix = "0.23"
|
||||
paste = "1.0"
|
||||
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
||||
syscalls = { version = "0.6", features = ["with-serde"] }
|
||||
syscalls = { version = "0.6.1", features = ["with-serde"] }
|
||||
|
|
Loading…
Reference in a new issue