Skip to content

Commit b8cf048

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump libc 0.2.182 -> 0.2.183
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D97668271 fbshipit-source-id: 4cbad47a36e6e52a989ab2d1fd13ea77ac6ac6be
1 parent e094013 commit b8cf048

29 files changed

Lines changed: 40 additions & 40 deletions

File tree

eden/mononoke/common/running/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPLv2+"
1010
[dependencies]
1111
anyhow = "1.0.102"
1212
futures = { version = "0.3.31", features = ["async-await", "compat"] }
13-
libc = "0.2.139"
13+
libc = "0.2.183"
1414
mononoke_macros = { version = "0.1.0", path = "../mononoke_macros" }
1515
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
1616
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

eden/mononoke/git/gitimport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git_symbolic_refs = { version = "0.1.0", path = "../../repo_attributes/git_symbo
2828
gix-hash = "0.18.0"
2929
import_direct = { version = "0.1.0", path = "../import_direct" }
3030
import_tools = { version = "0.1.0", path = "../import_tools" }
31-
libc = "0.2.139"
31+
libc = "0.2.183"
3232
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
3333
mercurial_derivation = { version = "0.1.0", path = "../../derived_data/mercurial_derivation" }
3434
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }

eden/scm/exec/eden_apfs_mount_helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/eden_apfs/eden_apfs.rs"
1212

1313
[dependencies]
1414
anyhow = "1.0.102"
15-
libc = "0.2.139"
15+
libc = "0.2.183"
1616
once_cell = "1.21"
1717
plist = "1.8.0"
1818
serde = { version = "1.0.219", features = ["derive", "rc"] }

eden/scm/exec/hgmain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ sapling-python-sysconfig = { version = "0.1.0", path = "../../lib/util/python-sy
1919

2020
[target.'cfg(target_os = "linux")'.dependencies]
2121
dirs = { version = "6.0", optional = true }
22-
libc = "0.2.139"
22+
libc = "0.2.183"
2323
sapling-configmodel = { version = "0.1.0", path = "../../lib/config/model" }
2424
sapling-encoding = { version = "0.1.0", path = "../../lib/encoding" }
2525
sapling-identity = { version = "0.1.0", path = "../../lib/identity", optional = true }
2626
sapling-version = { version = "0.1.0", path = "../../lib/version" }
2727

2828
[target.'cfg(target_os = "macos")'.dependencies]
2929
dirs = { version = "6.0", optional = true }
30-
libc = "0.2.139"
30+
libc = "0.2.183"
3131
sapling-configmodel = { version = "0.1.0", path = "../../lib/config/model" }
3232
sapling-encoding = { version = "0.1.0", path = "../../lib/encoding" }
3333
sapling-identity = { version = "0.1.0", path = "../../lib/identity", optional = true }

eden/scm/exec/scm_daemon/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }
1717
toml = { version = "0.9.12", features = ["preserve_order"] }
1818

1919
[target.'cfg(target_os = "linux")'.dependencies]
20-
libc = "0.2.139"
20+
libc = "0.2.183"
2121

2222
[target.'cfg(target_os = "macos")'.dependencies]
23-
libc = "0.2.139"
23+
libc = "0.2.183"

eden/scm/exec/scratch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sha2 = "0.10.6"
1717
toml = { version = "0.9.12", features = ["preserve_order"] }
1818

1919
[target.'cfg(target_os = "linux")'.dependencies]
20-
libc = "0.2.139"
20+
libc = "0.2.183"
2121

2222
[target.'cfg(target_os = "macos")'.dependencies]
23-
libc = "0.2.139"
23+
libc = "0.2.183"

eden/scm/lib/backtrace-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "backtrace_python"
1515

1616
[dependencies]
17-
libc = "0.2.139"
17+
libc = "0.2.183"
1818
sapling-backtrace-ext = { version = "0.1.0", path = "../backtrace-ext" }
1919
sapling-evalframe-sys = { version = "0.1.0", path = "evalframe-sys" }
2020

eden/scm/lib/backtrace-python/evalframe-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "evalframe_sys"
1515

1616
[dependencies]
17-
libc = "0.2.139"
17+
libc = "0.2.183"
1818

1919
[build-dependencies]
2020
cc = "1.2.57"

eden/scm/lib/backtrace-python/offset-probe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ path = "src/bin/offset-codegen.rs"
1919
[dependencies]
2020
backtrace = "0.3"
2121
cpython = { version = "0.7.2", features = ["python3-sys"], default-features = false }
22-
libc = "0.2.139"
22+
libc = "0.2.183"
2323
sapling-evalframe-sys = { version = "0.1.0", path = "../evalframe-sys" }

eden/scm/lib/blackbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ harness = false
1919
[dependencies]
2020
anyhow = "1.0.102"
2121
byteorder = "1.5"
22-
libc = "0.2.139"
22+
libc = "0.2.183"
2323
parking_lot = { version = "0.12.1", features = ["send_guard"] }
2424
sapling-clientinfo = { version = "0.1.0", path = "../clientinfo" }
2525
sapling-indexedlog = { version = "0.1.0", path = "../indexedlog" }

0 commit comments

Comments
 (0)