about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorNikolay Arhipov <n@arhipov.net>2023-06-06 16:09:05 +0300
committerNikolay Arhipov <n@arhipov.net>2023-06-06 16:09:05 +0300
commit032857e7e403f654129c45dc7e6718a9ad49e377 (patch)
tree2209b1364884262147a92b93f63080c087acd2ad /library/std
parentac48d49ff8c757ce8380b0ea0dc8048a841db192 (diff)
downloadrust-032857e7e403f654129c45dc7e6718a9ad49e377.tar.gz
rust-032857e7e403f654129c45dc7e6718a9ad49e377.zip
Bumped libc version
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 74b61db0c1c..4b52894c509 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.145", default-features = false, features = ['rustc-dep-of-std'], public = true }
+libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
 compiler_builtins = { version = "0.1.92" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }