mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 21:04:53 +00:00
Update libc to 0.2.137
Summary: Update from 0.2.135 to 0.2.137, the latest version on crates.io, in preparation for backporting a PR in the diff after this one. Reviewed By: zertosh Differential Revision: D40874274 fbshipit-source-id: debf9dae82ecc20201470e634f10904a2b308e51
This commit is contained in:
parent
ada1e3c542
commit
a3ed18f93a
6 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ bincode = "1.3.3"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
colored = "1.9"
|
colored = "1.9"
|
||||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
||||||
syscalls = { version = "0.6.7", features = ["serde"] }
|
syscalls = { version = "0.6.7", features = ["serde"] }
|
||||||
|
|
|
@ -15,7 +15,7 @@ bytes = { version = "1.1", features = ["serde"] }
|
||||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||||
goblin = "0.5.2"
|
goblin = "0.5.2"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
|
|
|
@ -10,7 +10,7 @@ license = "BSD-2-Clause"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
||||||
|
|
|
@ -12,7 +12,7 @@ anyhow = "1.0.65"
|
||||||
bitvec = { version = "0.17", features = ["serde"] }
|
bitvec = { version = "0.17", features = ["serde"] }
|
||||||
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
|
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
|
||||||
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
reverie = { version = "0.1.0", path = "../reverie" }
|
reverie = { version = "0.1.0", path = "../reverie" }
|
||||||
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
serde = { version = "1.0.136", features = ["derive", "rc"] }
|
||||||
|
|
|
@ -15,7 +15,7 @@ bitflags = "1.3"
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
gimli = "0.26"
|
gimli = "0.26"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
|
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
|
||||||
memmap = "0.7"
|
memmap = "0.7"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
|
|
|
@ -11,7 +11,7 @@ license = "BSD-2-Clause"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
futures = { version = "0.3.22", features = ["async-await", "compat"] }
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2.135"
|
libc = "0.2.137"
|
||||||
nix = "0.25"
|
nix = "0.25"
|
||||||
parking_lot = { version = "0.11.2", features = ["send_guard"] }
|
parking_lot = { version = "0.11.2", features = ["send_guard"] }
|
||||||
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
reverie-process = { version = "0.1.0", path = "../reverie-process" }
|
||||||
|
|
Loading…
Reference in a new issue