about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-10-15 15:17:17 +0000
committerbors <bors@rust-lang.org>2023-10-15 15:17:17 +0000
commitd60d63fbf7565daba4b9cc46cbbfabc366aeff63 (patch)
tree1975e6700047dad14b10399099f571276738f76f /library/std
parenta48396984ae7637aa6cbcfad645ef6a48a00f088 (diff)
parent04d4336009c2775cee4380514782855316701eb2 (diff)
downloadrust-d60d63fbf7565daba4b9cc46cbbfabc366aeff63.tar.gz
rust-d60d63fbf7565daba4b9cc46cbbfabc366aeff63.zip
Auto merge of #116527 - sthibaul:libc, r=Mark-Simulacrum
Bump libc dependency

To get GNU/Hurd support, so that CI of external repositories (e.g. getrandom) can build std.
Diffstat (limited to 'library/std')
-rw-r--r--library/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 965132bdedb..3b57f864e20 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core", public = true }
-libc = { version = "0.2.148", default-features = false, features = ['rustc-dep-of-std'], public = true }
+libc = { version = "0.2.149", default-features = false, features = ['rustc-dep-of-std'], public = true }
 compiler_builtins = { version = "0.1.100" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }