about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2023-03-14 12:57:38 +0100
committerKleis Auke Wolthuizen <github@kleisauke.nl>2023-03-14 12:57:38 +0100
commit4d40cdfe2bed80f1fa7c1fe2a1526adb284d1c1d (patch)
tree8cb71fd292bfa6521b1bee3a1faa3c6f91ce0e31 /library/std
parente3036613d1151ce64ae32839a785a8b972495e3e (diff)
downloadrust-4d40cdfe2bed80f1fa7c1fe2a1526adb284d1c1d.tar.gz
rust-4d40cdfe2bed80f1fa7c1fe2a1526adb284d1c1d.zip
Update libc dependency of std to 0.2.140
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 598a4bf9282..6345db24054 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -15,7 +15,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" }
-libc = { version = "0.2.139", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.140", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.87" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }