about summary refs log tree commit diff
path: root/library/std/Cargo.toml
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2022-04-29 16:31:35 +0200
committerMara Bos <m-ou.se@m-ou.se>2022-04-29 16:45:17 +0200
commit0b4df22f550417d55b32632ccee86a67aca63868 (patch)
treef9c7877dc5bd5b7cd229890a04f6602e1754a548 /library/std/Cargo.toml
parent04b0bc97bb84915f2487743b7dde7993ddb34e5d (diff)
downloadrust-0b4df22f550417d55b32632ccee86a67aca63868.tar.gz
rust-0b4df22f550417d55b32632ccee86a67aca63868.zip
Update libc dependency of std to 0.2.125.
Diffstat (limited to 'library/std/Cargo.toml')
-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 f2d65832060..d0d7d480fe8 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
 panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }
-libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.125", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.71" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }