rust: update libc crate

Summary: The latest libc has fixes for compiling on the M1 mac, let's update it.

Reviewed By: dtolnay

Differential Revision: D26476625

fbshipit-source-id: d9a997e69c428d53c51fc52353289a6510314c50
This commit is contained in:
Xavier Deguillard 2021-02-16 22:29:55 -08:00 committed by Facebook GitHub Bot
parent 7166bf4147
commit a24e03f76f
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ clap = "2.33"
env_logger = "0.7"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
libc = "0.2"
libc = "0.2.86"
log = { version = "0.4.8", features = ["kv_unstable"] }
maybe-owned = "0.3.4"
num_cpus = "1.11"

View File

@ -25,7 +25,7 @@ dns-lookup = "1.0"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.30" }
futures-util = "0.3.7"
libc = "0.2"
libc = "0.2.86"
openssl = "0.10"
rand = { version = "0.7", features = ["small_rng"] }
slog = { version = "2.5", features = ["max_level_debug"] }

View File

@ -11,5 +11,5 @@ edenapi_types = { path = "../types" }
types = { path = "../../types" }
anyhow = "1.0"
env_logger = "0.7"
libc = "0.2"
libc = "0.2.86"
thiserror = "1.0"

View File

@ -11,7 +11,7 @@ harness = false
[dependencies]
byteorder = "1.3"
libc = "0.2"
libc = "0.2.86"
lz4-sys = "1.8"
thiserror = "1.0"