Skip to content

Commit 0f1171c

Browse files
authored
Update Rust crate libc to 0.2.182 (#3061)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.180` -> `0.2.182` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.182`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.182) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.181...0.2.182) ##### Added - Android, Linux: Add `tgkill` ([#&#8203;4970](https://redirect.github.com/rust-lang/libc/pull/4970)) - Redox: Add `RENAME_NOREPLACE` ([#&#8203;4968](https://redirect.github.com/rust-lang/libc/pull/4968)) - Redox: Add `renameat2` ([#&#8203;4968](https://redirect.github.com/rust-lang/libc/pull/4968)) ### [`v0.2.181`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.181) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.180...0.2.181) ##### Added - Apple: Add `MADV_ZERO` ([#&#8203;4924](https://redirect.github.com/rust-lang/libc/pull/4924)) - Redox: Add `makedev`, `major`, and `minor` ([#&#8203;4928](https://redirect.github.com/rust-lang/libc/pull/4928)) - GLibc: Add `PTRACE_SET_SYSCALL_INFO` ([#&#8203;4933](https://redirect.github.com/rust-lang/libc/pull/4933)) - OpenBSD: Add more kqueue related constants for ([#&#8203;4945](https://redirect.github.com/rust-lang/libc/pull/4945)) - Linux: add CAN error types ([#&#8203;4944](https://redirect.github.com/rust-lang/libc/pull/4944)) - OpenBSD: Add siginfo\_t::si\_status ([#&#8203;4946](https://redirect.github.com/rust-lang/libc/pull/4946)) - QNX NTO: Add `max_align_t` ([#&#8203;4927](https://redirect.github.com/rust-lang/libc/pull/4927)) - Illumos: Add `_CS_PATH` ([#&#8203;4956](https://redirect.github.com/rust-lang/libc/pull/4956)) - OpenBSD: add `ppoll` ([#&#8203;4957](https://redirect.github.com/rust-lang/libc/pull/4957)) ##### Fixed - **Breaking**: Redox: Fix the type of `dev_t` ([#&#8203;4928](https://redirect.github.com/rust-lang/libc/pull/4928)) - AIX: Change 'tv\_nsec' of 'struct timespec' to type 'c\_long' ([#&#8203;4931](https://redirect.github.com/rust-lang/libc/pull/4931)) - AIX: Use 'struct st\_timespec' in 'struct stat{,64}' ([#&#8203;4931](https://redirect.github.com/rust-lang/libc/pull/4931)) - Glibc: Link old version of `tc{g,s}etattr` ([#&#8203;4938](https://redirect.github.com/rust-lang/libc/pull/4938)) - Glibc: Link the correct version of `cf{g,s}et{i,o}speed` on mips{32,64}r6 ([#&#8203;4938](https://redirect.github.com/rust-lang/libc/pull/4938)) - OpenBSD: Fix constness of tm.tm\_zone ([#&#8203;4948](https://redirect.github.com/rust-lang/libc/pull/4948)) - OpenBSD: Fix the definition of `ptrace_thread_state` ([#&#8203;4947](https://redirect.github.com/rust-lang/libc/pull/4947)) - QuRT: Fix type visibility and defs ([#&#8203;4932](https://redirect.github.com/rust-lang/libc/pull/4932)) - Redox: Fix values for `PTHREAD_MUTEX_{NORMAL, RECURSIVE}` ([#&#8203;4943](https://redirect.github.com/rust-lang/libc/pull/4943)) - Various: Mark additional fields as private padding ([#&#8203;4922](https://redirect.github.com/rust-lang/libc/pull/4922)) ##### Changed - Fuchsia: Update `SO_*` constants ([#&#8203;4937](https://redirect.github.com/rust-lang/libc/pull/4937)) - Revert "musl: convert inline timespecs to timespec" (resolves build issues on targets only supported by Musl 1.2.3+ ) ([#&#8203;4958](https://redirect.github.com/rust-lang/libc/pull/4958)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent b57da53 commit 0f1171c

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ indoc = "2.0.7"
8484
insta = { version = "1.46.3", default-features = false }
8585
is_ci = "1.2.0"
8686
itertools = "0.14.0"
87-
libc = "0.2.180"
87+
libc = "0.2.182"
8888
libtest-mimic = "0.8.1"
8989
locked-tripwire = { version = "0.1.0", features = ["nextest"] }
9090
log = "0.4.29"

workspace-hack/Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dof = { version = "0.4.0", default-features = false, features = ["des"] }
6969
futures-channel = { version = "0.3.32", features = ["sink"] }
7070
futures-core = { version = "0.3.32" }
7171
futures-sink = { version = "0.3.32" }
72-
libc = { version = "0.2.180", features = ["extra_traits"] }
72+
libc = { version = "0.2.182", features = ["extra_traits"] }
7373
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
7474
mio = { version = "1.0.4", features = ["net", "os-ext"] }
7575
proc-macro2 = { version = "1.0.106" }
@@ -85,7 +85,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
8585
[target.x86_64-unknown-linux-gnu.build-dependencies]
8686
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
8787
dof = { version = "0.4.0", default-features = false, features = ["des"] }
88-
libc = { version = "0.2.180", features = ["extra_traits"] }
88+
libc = { version = "0.2.182", features = ["extra_traits"] }
8989
log = { version = "0.4.29", default-features = false, features = ["std"] }
9090
serde = { version = "1.0.228", features = ["derive", "rc"] }
9191
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }
@@ -97,7 +97,7 @@ bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
9797
futures-channel = { version = "0.3.32", features = ["sink"] }
9898
futures-core = { version = "0.3.32" }
9999
futures-sink = { version = "0.3.32" }
100-
libc = { version = "0.2.180", features = ["extra_traits"] }
100+
libc = { version = "0.2.182", features = ["extra_traits"] }
101101
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
102102
mio = { version = "1.0.4", features = ["net", "os-ext"] }
103103
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
@@ -107,15 +107,15 @@ tokio = { version = "1.49.0", default-features = false, features = ["net"] }
107107

108108
[target.aarch64-unknown-linux-gnu.build-dependencies]
109109
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
110-
libc = { version = "0.2.180", features = ["extra_traits"] }
110+
libc = { version = "0.2.182", features = ["extra_traits"] }
111111

112112
[target.x86_64-unknown-linux-musl.dependencies]
113113
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
114114
dof = { version = "0.4.0", default-features = false, features = ["des"] }
115115
futures-channel = { version = "0.3.32", features = ["sink"] }
116116
futures-core = { version = "0.3.32" }
117117
futures-sink = { version = "0.3.32" }
118-
libc = { version = "0.2.180", features = ["extra_traits"] }
118+
libc = { version = "0.2.182", features = ["extra_traits"] }
119119
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
120120
mio = { version = "1.0.4", features = ["net", "os-ext"] }
121121
proc-macro2 = { version = "1.0.106" }
@@ -131,7 +131,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
131131
[target.x86_64-unknown-linux-musl.build-dependencies]
132132
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
133133
dof = { version = "0.4.0", default-features = false, features = ["des"] }
134-
libc = { version = "0.2.180", features = ["extra_traits"] }
134+
libc = { version = "0.2.182", features = ["extra_traits"] }
135135
log = { version = "0.4.29", default-features = false, features = ["std"] }
136136
serde = { version = "1.0.228", features = ["derive", "rc"] }
137137
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }
@@ -143,7 +143,7 @@ bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
143143
futures-channel = { version = "0.3.32", features = ["sink"] }
144144
futures-core = { version = "0.3.32" }
145145
futures-sink = { version = "0.3.32" }
146-
libc = { version = "0.2.180", features = ["extra_traits"] }
146+
libc = { version = "0.2.182", features = ["extra_traits"] }
147147
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
148148
mio = { version = "1.0.4", features = ["net", "os-ext"] }
149149
rustix = { version = "1.0.7", features = ["fs", "stdio", "termios"] }
@@ -153,15 +153,15 @@ tokio = { version = "1.49.0", default-features = false, features = ["net"] }
153153

154154
[target.aarch64-unknown-linux-musl.build-dependencies]
155155
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
156-
libc = { version = "0.2.180", features = ["extra_traits"] }
156+
libc = { version = "0.2.182", features = ["extra_traits"] }
157157

158158
[target.x86_64-unknown-illumos.dependencies]
159159
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
160160
dof = { version = "0.4.0", default-features = false, features = ["des"] }
161161
futures-channel = { version = "0.3.32", features = ["sink"] }
162162
futures-core = { version = "0.3.32" }
163163
futures-sink = { version = "0.3.32" }
164-
libc = { version = "0.2.180", features = ["extra_traits"] }
164+
libc = { version = "0.2.182", features = ["extra_traits"] }
165165
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
166166
mio = { version = "1.0.4", features = ["net", "os-ext"] }
167167
proc-macro2 = { version = "1.0.106" }
@@ -177,7 +177,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
177177
[target.x86_64-unknown-illumos.build-dependencies]
178178
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
179179
dof = { version = "0.4.0", default-features = false, features = ["des"] }
180-
libc = { version = "0.2.180", features = ["extra_traits"] }
180+
libc = { version = "0.2.182", features = ["extra_traits"] }
181181
log = { version = "0.4.29", default-features = false, features = ["std"] }
182182
serde = { version = "1.0.228", features = ["derive", "rc"] }
183183
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }
@@ -190,7 +190,7 @@ dof = { version = "0.4.0", default-features = false, features = ["des"] }
190190
futures-channel = { version = "0.3.32", features = ["sink"] }
191191
futures-core = { version = "0.3.32" }
192192
futures-sink = { version = "0.3.32" }
193-
libc = { version = "0.2.180", features = ["extra_traits"] }
193+
libc = { version = "0.2.182", features = ["extra_traits"] }
194194
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
195195
mio = { version = "1.0.4", features = ["net", "os-ext"] }
196196
proc-macro2 = { version = "1.0.106" }
@@ -206,7 +206,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
206206
[target.x86_64-unknown-freebsd.build-dependencies]
207207
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
208208
dof = { version = "0.4.0", default-features = false, features = ["des"] }
209-
libc = { version = "0.2.180", features = ["extra_traits"] }
209+
libc = { version = "0.2.182", features = ["extra_traits"] }
210210
log = { version = "0.4.29", default-features = false, features = ["std"] }
211211
serde = { version = "1.0.228", features = ["derive", "rc"] }
212212
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }
@@ -219,7 +219,7 @@ dof = { version = "0.4.0", default-features = false, features = ["des"] }
219219
futures-channel = { version = "0.3.32", features = ["sink"] }
220220
futures-core = { version = "0.3.32" }
221221
futures-sink = { version = "0.3.32" }
222-
libc = { version = "0.2.180", features = ["extra_traits"] }
222+
libc = { version = "0.2.182", features = ["extra_traits"] }
223223
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
224224
mio = { version = "1.0.4", features = ["net", "os-ext"] }
225225
proc-macro2 = { version = "1.0.106" }
@@ -235,7 +235,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
235235
[target.aarch64-unknown-freebsd.build-dependencies]
236236
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
237237
dof = { version = "0.4.0", default-features = false, features = ["des"] }
238-
libc = { version = "0.2.180", features = ["extra_traits"] }
238+
libc = { version = "0.2.182", features = ["extra_traits"] }
239239
log = { version = "0.4.29", default-features = false, features = ["std"] }
240240
serde = { version = "1.0.228", features = ["derive", "rc"] }
241241
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }
@@ -247,7 +247,7 @@ bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
247247
futures-channel = { version = "0.3.32", features = ["sink"] }
248248
futures-core = { version = "0.3.32" }
249249
futures-sink = { version = "0.3.32" }
250-
libc = { version = "0.2.180", features = ["extra_traits"] }
250+
libc = { version = "0.2.182", features = ["extra_traits"] }
251251
miniz_oxide = { version = "0.8.9", default-features = false, features = ["with-alloc"] }
252252
mio = { version = "1.0.4", features = ["net", "os-ext"] }
253253
proc-macro2 = { version = "1.0.106" }
@@ -262,7 +262,7 @@ zerocopy = { version = "0.8.27", default-features = false, features = ["derive",
262262

263263
[target.aarch64-apple-darwin.build-dependencies]
264264
bitflags = { version = "2.11.0", default-features = false, features = ["std"] }
265-
libc = { version = "0.2.180", features = ["extra_traits"] }
265+
libc = { version = "0.2.182", features = ["extra_traits"] }
266266
log = { version = "0.4.29", default-features = false, features = ["std"] }
267267
serde = { version = "1.0.228", features = ["derive", "rc"] }
268268
serde_json = { version = "1.0.149", features = ["unbounded_depth"] }

0 commit comments

Comments
 (0)