]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Rollup merge of #97225 - cuviper:ref-display, r=scottmcm
[rust.git] / library / std / Cargo.toml
index d0d7d480fe8e23d1fe77bce06829fda56987c072..95506fc1eb9c84404e9eb4ba9409d7315a21f62f 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.125", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.126", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.71" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }