]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472
[rust.git] / library / std / Cargo.toml
index f2d6583206035e9c966ffcd0887130cf37898893..d0d7d480fe8e23d1fe77bce06829fda56987c072 100644 (file)
@@ -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" }