Skip to content

Commit 384ffd7

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump libc 0.2.183 -> 0.2.186
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D104532872 fbshipit-source-id: 248ed97ec8adeaffad653961ea9bf4799bd53c71
1 parent 8ad34d8 commit 384ffd7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

public_autocargo/experimental/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ edition = "2018"
1616
[dependencies]
1717
clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1818
goblin = { version = "0.10.5", features = ["elf32", "elf64", "endian_fd"] }
19-
libc = "0.2.183"
19+
libc = "0.2.186"
2020
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2121
scroll = { version = "0.13", features = ["derive"] }

reverie-process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bincode = { version = "2", features = ["serde"] }
1313
bitflags = { version = "2.11.1", features = ["serde"], default-features = false }
1414
colored = "2.1.0"
1515
futures = { version = "0.3.31", features = ["async-await", "compat"] }
16-
libc = "0.2.183"
16+
libc = "0.2.186"
1717
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1818
serde = { version = "1.0.219", features = ["derive", "rc"] }
1919
syscalls = { version = "0.6.18", features = ["serde"] }

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ futures = { version = "0.3.31", features = ["async-await", "compat"] }
1818
goblin = { version = "0.10.5", features = ["elf32", "elf64", "endian_fd"] }
1919
iced-x86 = "1.21.0"
2020
lazy_static = "1.5"
21-
libc = "0.2.183"
21+
libc = "0.2.186"
2222
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
2323
num-traits = { version = "0.2.19", default-features = false }
2424
paste = "1.0.14"

reverie-syscalls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "BSD-2-Clause"
1111
[dependencies]
1212
bitflags = { version = "2.11.1", features = ["serde"], default-features = false }
1313
derive_more = { version = "1.0.0", features = ["full"] }
14-
libc = "0.2.183"
14+
libc = "0.2.186"
1515
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1616
paste = "1.0.14"
1717
reverie-memory = { version = "0.1.0", path = "../reverie-memory" }

reverie/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async-trait = "0.1.86"
1515
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }
1616
byteorder = "1.5"
1717
lazy_static = "1.5"
18-
libc = "0.2.183"
18+
libc = "0.2.186"
1919
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
2020
memmap2 = "0.9.10"
2121
never-say-never = "6"

safeptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "BSD-2-Clause"
1212
bitflags = { version = "2.11.1", features = ["serde", "std"], default-features = false }
1313
futures = { version = "0.3.31", features = ["async-await", "compat"] }
1414
lazy_static = "1.5"
15-
libc = "0.2.183"
15+
libc = "0.2.186"
1616
nix = { version = "0.30.1", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] }
1717
parking_lot = { version = "0.12.1", features = ["arc_lock", "send_guard"] }
1818
reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true }

0 commit comments

Comments
 (0)