]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank
[rust.git] / library / std / Cargo.toml
index c10bfde4ddf79c946d4b9623356cf2b639f5d3fd..a7aefc26b97c7e0ac8008303e3e92b674a55e2cc 100644 (file)
@@ -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.135", default-features = false, features = ['rustc-dep-of-std'] }
+libc = { version = "0.2.138", default-features = false, features = ['rustc-dep-of-std'] }
 compiler_builtins = { version = "0.1.82" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }