pin libc crate to 0.2.125

Reviewed By: ImanolBarba

Differential Revision: D39433159

fbshipit-source-id: 4442651a0874ebc6724796206db02c20e455a1c0
This commit is contained in:
Michael Bolin 2022-09-12 09:55:50 -07:00 committed by Facebook GitHub Bot
parent 3c618d400d
commit c013909676
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ bincode = "1.3.3"
bitflags = "1.3"
colored = "1.9"
futures = { version = "0.3.22", features = ["async-await", "compat"] }
libc = "0.2.121"
libc = "=0.2.125"
nix = "0.23"
serde = { version = "1.0.136", features = ["derive", "rc"] }
syscalls = { version = "0.6.6", features = ["serde"] }

View file

@ -15,7 +15,7 @@ bytes = { version = "1.1", features = ["serde"] }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
goblin = "0.5.2"
lazy_static = "1.4"
libc = "0.2.121"
libc = "=0.2.125"
nix = "0.23"
num-traits = "0.2"
paste = "1.0"

View file

@ -10,7 +10,7 @@ license = "BSD-2-Clause"
[dependencies]
bitflags = "1.3"
derive_more = "0.99.17"
libc = "0.2.121"
libc = "=0.2.125"
nix = "0.23"
paste = "1.0"
serde = { version = "1.0.136", features = ["derive", "rc"] }

View file

@ -10,7 +10,7 @@ license = "BSD-2-Clause"
[dependencies]
bitvec = { version = "0.17", features = ["serde"] }
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
libc = "0.2.121"
libc = "=0.2.125"
nix = "0.23"
reverie = { version = "0.1.0", path = "../reverie" }
serde = { version = "1.0.136", features = ["derive", "rc"] }

View file

@ -15,7 +15,7 @@ bitflags = "1.3"
byteorder = "1.3"
gimli = "0.26"
lazy_static = "1.4"
libc = "0.2.121"
libc = "=0.2.125"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
memmap = "0.7"
nix = "0.23"

View file

@ -11,7 +11,7 @@ license = "BSD-2-Clause"
bitflags = "1.3"
futures = { version = "0.3.22", features = ["async-await", "compat"] }
lazy_static = "1.4"
libc = "0.2.121"
libc = "=0.2.125"
nix = "0.23"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
reverie-process = { version = "0.1.0", path = "../reverie-process" }