Skip to content

Commit

Permalink
Update root Config.toml version of libc to 0.2.149 (facebook#771)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#771

X-link: facebookincubator/below#8213

X-link: facebookexperimental/rust-shed#45

Differential Revision: D51220868

fbshipit-source-id: 6dbbccacd61f09559199dfcb9bd8b460e0ed5d4a
  • Loading branch information
jdelliot authored and facebook-github-bot committed Nov 10, 2023
1 parent 0930f86 commit 4b14202
Show file tree
Hide file tree
Showing 24 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions eden/fs/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ criterion = "=0.3.1"
rand = { version = "0.8", features = ["small_rng"] }

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["everything"] }
2 changes: 1 addition & 1 deletion eden/mononoke/common/running/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = "GPLv2+"
[dependencies]
anyhow = "=1.0.72"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
libc = "0.2.139"
libc = "0.2.149"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion eden/scm/exec/eden_apfs_mount_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/eden_apfs/eden_apfs.rs"

[dependencies]
anyhow = "=1.0.72"
libc = "0.2.139"
libc = "0.2.149"
once_cell = "1.12"
plist = "1.4.3"
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/exec/hgmain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ tracing = "0.1.35"
dirs = { version = "2.0", optional = true }
encoding = { version = "0.1.0", path = "../../lib/encoding" }
identity = { version = "0.1.0", path = "../../lib/identity", optional = true }
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
dirs = { version = "2.0", optional = true }
encoding = { version = "0.1.0", path = "../../lib/encoding" }
identity = { version = "0.1.0", path = "../../lib/identity", optional = true }
libc = "0.2.139"
libc = "0.2.149"
webview-app = { version = "0.1.0", path = "../../lib/webview-app" }

[target.'cfg(target_os = "windows")'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/exec/scm_daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }
toml = "0.8.4"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
4 changes: 2 additions & 2 deletions eden/scm/exec/scratch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sha2 = "0.10.6"
toml = "0.8.4"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
2 changes: 1 addition & 1 deletion eden/scm/lib/backingstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edenapi = { version = "0.1.0", path = "../edenapi" }
env_logger = "0.10"
identity = { version = "0.1.0", path = "../identity" }
indexedlog = { version = "0.1.0", path = "../indexedlog", features = ["configurable"] }
libc = "0.2.139"
libc = "0.2.149"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_std"] }
manifest = { version = "0.1.0", path = "../manifest" }
parking_lot = { version = "0.12.1", features = ["send_guard"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/blackbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "=1.0.72"
byteorder = "1.3"
indexedlog = { version = "0.1.0", path = "../indexedlog" }
lazy_static = "1.4"
libc = "0.2.139"
libc = "0.2.149"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_alt = { version = "0.1.0", path = "serde_alt" }
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/commandserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ udsipc = { version = "0.1.0", path = "../util/udsipc" }
version = { version = "0.1.0", path = "../version" }

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
atexit = { version = "0.1.0", path = "../util/atexit" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/cpython-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "=1.0.72"
cpython = { version = "0.7.1", features = ["python3-sys"], default-features = false }
libc = "0.2.139"
libc = "0.2.149"
once_cell = "1.12"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
python3-sys = "0.7.1"
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/fsinfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
anyhow = "=1.0.72"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
identity = { version = "0.1.0", path = "../identity" }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/hgcommands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ hgtime = { version = "0.1.0", path = "../hgtime" }
hostname = "0.3"
identity = { version = "0.1.0", path = "../identity" }
indexedlog = { version = "0.1.0", path = "../indexedlog" }
libc = "0.2.139"
libc = "0.2.149"
metalog = { version = "0.1.0", path = "../metalog" }
metrics-render = { version = "0.1.0", path = "../metrics/render" }
migration = { version = "0.1.0", path = "../migration" }
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/indexedlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ rand_chacha = "0.3"

[target.'cfg(target_os = "linux")'.dependencies]
hex = "0.4.3"
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
hex = "0.4.3"
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["everything"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/lz4-pyframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harness = false

[dependencies]
byteorder = "1.3"
libc = "0.2.139"
libc = "0.2.149"
lz4-sys = "1.9.4"
thiserror = "1.0.43"

Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/mpatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
libc = "0.2.139"
libc = "0.2.149"
mpatch-sys = { version = "0.1.0", path = "../mpatch-sys" }
2 changes: 1 addition & 1 deletion eden/scm/lib/procinfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.build-dependencies]
cc = "1.0.78"
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/runlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ util = { version = "0.1.0", path = "../util" }
tempfile = "3.8"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
4 changes: 2 additions & 2 deletions eden/scm/lib/spawn-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ edition = "2021"
tempfile = "3.8"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["everything"] }
Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/tracing-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
libc = "0.2.139"
libc = "0.2.149"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ memmap2 = "0.5.10"
tempfile = "3.8"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
once_cell = "1.12"
tempfile = "3.8"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
once_cell = "1.12"
tempfile = "3.8"

Expand Down
2 changes: 1 addition & 1 deletion eden/scm/lib/util/nodeipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
anyhow = "=1.0.72"
filedescriptor = "0.7"
libc = "0.2.139"
libc = "0.2.149"
nodeipc_derive = { version = "0.1.0", path = "derive" }
paste = "1.0.14"
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/util/procutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2021"
tracing = "0.1.35"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "windows")'.dependencies]
once_cell = "1.12"
Expand Down
4 changes: 2 additions & 2 deletions eden/scm/lib/vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ util = { version = "0.1.0", path = "../util" }
tempfile = "3.8"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"

[target.'cfg(target_os = "macos")'.dependencies]
libc = "0.2.139"
libc = "0.2.149"
2 changes: 1 addition & 1 deletion eden/scm/lib/zstdelta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "zstdelta"
doc = false

[dependencies]
libc = "0.2.139"
libc = "0.2.149"
zstd-sys = { version = "2.0.9+zstd.1.5.5", features = ["experimental"] }

[dev-dependencies]
Expand Down

0 comments on commit 4b14202

Please sign in to comment.