From 4b1420223411c14226aedac73035fbf20cb28022 Mon Sep 17 00:00:00 2001 From: John Elliott Date: Fri, 10 Nov 2023 15:34:45 -0800 Subject: [PATCH] Update root Config.toml version of libc to 0.2.149 (#771) Summary: Pull Request resolved: https://github.com/facebook/sapling/pull/771 X-link: https://github.com/facebookincubator/below/pull/8213 X-link: https://github.com/facebookexperimental/rust-shed/pull/45 Differential Revision: D51220868 fbshipit-source-id: 6dbbccacd61f09559199dfcb9bd8b460e0ed5d4a --- eden/fs/benchmarks/Cargo.toml | 4 ++-- eden/mononoke/common/running/Cargo.toml | 2 +- eden/scm/exec/eden_apfs_mount_helper/Cargo.toml | 2 +- eden/scm/exec/hgmain/Cargo.toml | 4 ++-- eden/scm/exec/scm_daemon/Cargo.toml | 4 ++-- eden/scm/exec/scratch/Cargo.toml | 4 ++-- eden/scm/lib/backingstore/Cargo.toml | 2 +- eden/scm/lib/blackbox/Cargo.toml | 2 +- eden/scm/lib/commandserver/Cargo.toml | 4 ++-- eden/scm/lib/cpython-ext/Cargo.toml | 2 +- eden/scm/lib/fsinfo/Cargo.toml | 4 ++-- eden/scm/lib/hgcommands/Cargo.toml | 2 +- eden/scm/lib/indexedlog/Cargo.toml | 4 ++-- eden/scm/lib/lz4-pyframe/Cargo.toml | 2 +- eden/scm/lib/mpatch/Cargo.toml | 2 +- eden/scm/lib/procinfo/Cargo.toml | 2 +- eden/scm/lib/runlog/Cargo.toml | 4 ++-- eden/scm/lib/spawn-ext/Cargo.toml | 4 ++-- eden/scm/lib/tracing-collector/Cargo.toml | 2 +- eden/scm/lib/util/Cargo.toml | 4 ++-- eden/scm/lib/util/nodeipc/Cargo.toml | 2 +- eden/scm/lib/util/procutil/Cargo.toml | 4 ++-- eden/scm/lib/vfs/Cargo.toml | 4 ++-- eden/scm/lib/zstdelta/Cargo.toml | 2 +- 24 files changed, 36 insertions(+), 36 deletions(-) diff --git a/eden/fs/benchmarks/Cargo.toml b/eden/fs/benchmarks/Cargo.toml index 396096695aaab..8a973c62a097e 100644 --- a/eden/fs/benchmarks/Cargo.toml +++ b/eden/fs/benchmarks/Cargo.toml @@ -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"] } diff --git a/eden/mononoke/common/running/Cargo.toml b/eden/mononoke/common/running/Cargo.toml index fcb7563d451cf..a84077abd67b1 100644 --- a/eden/mononoke/common/running/Cargo.toml +++ b/eden/mononoke/common/running/Cargo.toml @@ -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"] } diff --git a/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml b/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml index 5a531923f0a44..573df3ad7f9e6 100644 --- a/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml +++ b/eden/scm/exec/eden_apfs_mount_helper/Cargo.toml @@ -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"] } diff --git a/eden/scm/exec/hgmain/Cargo.toml b/eden/scm/exec/hgmain/Cargo.toml index 40b9eb6b2828b..04b7a34f1fa12 100644 --- a/eden/scm/exec/hgmain/Cargo.toml +++ b/eden/scm/exec/hgmain/Cargo.toml @@ -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] diff --git a/eden/scm/exec/scm_daemon/Cargo.toml b/eden/scm/exec/scm_daemon/Cargo.toml index 827c6c228bb42..0d9ec5b1944e7 100644 --- a/eden/scm/exec/scm_daemon/Cargo.toml +++ b/eden/scm/exec/scm_daemon/Cargo.toml @@ -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" diff --git a/eden/scm/exec/scratch/Cargo.toml b/eden/scm/exec/scratch/Cargo.toml index a7386afa3396d..63da4e44ee8a6 100644 --- a/eden/scm/exec/scratch/Cargo.toml +++ b/eden/scm/exec/scratch/Cargo.toml @@ -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" diff --git a/eden/scm/lib/backingstore/Cargo.toml b/eden/scm/lib/backingstore/Cargo.toml index fc9752edbe872..42b77aec44155 100644 --- a/eden/scm/lib/backingstore/Cargo.toml +++ b/eden/scm/lib/backingstore/Cargo.toml @@ -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"] } diff --git a/eden/scm/lib/blackbox/Cargo.toml b/eden/scm/lib/blackbox/Cargo.toml index 5194849bca845..14d77b8291e48 100644 --- a/eden/scm/lib/blackbox/Cargo.toml +++ b/eden/scm/lib/blackbox/Cargo.toml @@ -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" } diff --git a/eden/scm/lib/commandserver/Cargo.toml b/eden/scm/lib/commandserver/Cargo.toml index 84705bd8f4397..def319069d7dd 100644 --- a/eden/scm/lib/commandserver/Cargo.toml +++ b/eden/scm/lib/commandserver/Cargo.toml @@ -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" } diff --git a/eden/scm/lib/cpython-ext/Cargo.toml b/eden/scm/lib/cpython-ext/Cargo.toml index 4c85ebe4b00b9..6d78bab175a2b 100644 --- a/eden/scm/lib/cpython-ext/Cargo.toml +++ b/eden/scm/lib/cpython-ext/Cargo.toml @@ -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" diff --git a/eden/scm/lib/fsinfo/Cargo.toml b/eden/scm/lib/fsinfo/Cargo.toml index 9fec33a34f470..b2477f236a947 100644 --- a/eden/scm/lib/fsinfo/Cargo.toml +++ b/eden/scm/lib/fsinfo/Cargo.toml @@ -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" } diff --git a/eden/scm/lib/hgcommands/Cargo.toml b/eden/scm/lib/hgcommands/Cargo.toml index 80f1d3c872c2c..2b833c4a54ad9 100644 --- a/eden/scm/lib/hgcommands/Cargo.toml +++ b/eden/scm/lib/hgcommands/Cargo.toml @@ -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" } diff --git a/eden/scm/lib/indexedlog/Cargo.toml b/eden/scm/lib/indexedlog/Cargo.toml index 480c21f8bb939..4296eadc1633d 100644 --- a/eden/scm/lib/indexedlog/Cargo.toml +++ b/eden/scm/lib/indexedlog/Cargo.toml @@ -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"] } diff --git a/eden/scm/lib/lz4-pyframe/Cargo.toml b/eden/scm/lib/lz4-pyframe/Cargo.toml index fff5afce8aa9f..647c61a9d1670 100644 --- a/eden/scm/lib/lz4-pyframe/Cargo.toml +++ b/eden/scm/lib/lz4-pyframe/Cargo.toml @@ -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" diff --git a/eden/scm/lib/mpatch/Cargo.toml b/eden/scm/lib/mpatch/Cargo.toml index 6333554a5d9ef..c72fbcc9bdb8f 100644 --- a/eden/scm/lib/mpatch/Cargo.toml +++ b/eden/scm/lib/mpatch/Cargo.toml @@ -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" } diff --git a/eden/scm/lib/procinfo/Cargo.toml b/eden/scm/lib/procinfo/Cargo.toml index 8bc0e249c4b8a..d7f2cef08dd57 100644 --- a/eden/scm/lib/procinfo/Cargo.toml +++ b/eden/scm/lib/procinfo/Cargo.toml @@ -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" diff --git a/eden/scm/lib/runlog/Cargo.toml b/eden/scm/lib/runlog/Cargo.toml index c71e26d91c67f..0db109a3c5c24 100644 --- a/eden/scm/lib/runlog/Cargo.toml +++ b/eden/scm/lib/runlog/Cargo.toml @@ -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" diff --git a/eden/scm/lib/spawn-ext/Cargo.toml b/eden/scm/lib/spawn-ext/Cargo.toml index 52b01f467cae2..25ab9168a4694 100644 --- a/eden/scm/lib/spawn-ext/Cargo.toml +++ b/eden/scm/lib/spawn-ext/Cargo.toml @@ -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"] } diff --git a/eden/scm/lib/tracing-collector/Cargo.toml b/eden/scm/lib/tracing-collector/Cargo.toml index f2a85c997d09a..25669fd8dd09c 100644 --- a/eden/scm/lib/tracing-collector/Cargo.toml +++ b/eden/scm/lib/tracing-collector/Cargo.toml @@ -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"] } diff --git a/eden/scm/lib/util/Cargo.toml b/eden/scm/lib/util/Cargo.toml index 89a6d20b42127..727cb685f490e 100644 --- a/eden/scm/lib/util/Cargo.toml +++ b/eden/scm/lib/util/Cargo.toml @@ -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" diff --git a/eden/scm/lib/util/nodeipc/Cargo.toml b/eden/scm/lib/util/nodeipc/Cargo.toml index d2e73028f47c0..08aaccde88079 100644 --- a/eden/scm/lib/util/nodeipc/Cargo.toml +++ b/eden/scm/lib/util/nodeipc/Cargo.toml @@ -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"] } diff --git a/eden/scm/lib/util/procutil/Cargo.toml b/eden/scm/lib/util/procutil/Cargo.toml index 15d241422d60e..c1469d69ed14b 100644 --- a/eden/scm/lib/util/procutil/Cargo.toml +++ b/eden/scm/lib/util/procutil/Cargo.toml @@ -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" diff --git a/eden/scm/lib/vfs/Cargo.toml b/eden/scm/lib/vfs/Cargo.toml index e18268784368e..3f92fc89f3b0e 100644 --- a/eden/scm/lib/vfs/Cargo.toml +++ b/eden/scm/lib/vfs/Cargo.toml @@ -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" diff --git a/eden/scm/lib/zstdelta/Cargo.toml b/eden/scm/lib/zstdelta/Cargo.toml index d57b7642797bb..c25ccb201295c 100644 --- a/eden/scm/lib/zstdelta/Cargo.toml +++ b/eden/scm/lib/zstdelta/Cargo.toml @@ -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]