Skip to content

Commit 74012d5

Browse files
committed
Update libc to 0.2.155
1 parent 1a73979 commit 74012d5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2190,9 +2190,9 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
21902190

21912191
[[package]]
21922192
name = "libc"
2193-
version = "0.2.153"
2193+
version = "0.2.155"
21942194
source = "registry+https://github.com/rust-lang/crates.io-index"
2195-
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2195+
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
21962196
dependencies = [
21972197
"rustc-std-workspace-core",
21982198
]

library/std/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
3131
addr2line = { version = "0.21.0", optional = true, default-features = false }
3232

3333
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
34-
libc = { version = "=0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }
34+
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }
3535

36-
# Pin libc (pending https://github.com/rust-lang/rust/pull/124560)
3736
[target.'cfg(all(windows, target_env = "msvc"))'.dependencies]
38-
libc = { version = "=0.2.153", default-features = false }
37+
libc = { version = "0.2.153", default-features = false }
3938

4039
[target.'cfg(all(not(target_os = "aix"), not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))))'.dependencies]
4140
object = { version = "0.32.0", default-features = false, optional = true, features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] }

src/bootstrap/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ dependencies = [
341341

342342
[[package]]
343343
name = "libc"
344-
version = "0.2.151"
344+
version = "0.2.155"
345345
source = "registry+https://github.com/rust-lang/crates.io-index"
346-
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
346+
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
347347

348348
[[package]]
349349
name = "linux-raw-sys"

0 commit comments

Comments
 (0)