X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=a7aefc26b97c7e0ac8008303e3e92b674a55e2cc;hb=07fd8089a45cb917ae85eb06e33374db159332e3;hp=c10bfde4ddf79c946d4b9623356cf2b639f5d3fd;hpb=88a19197b9f57b84a091c34d59c3d9ae72f03511;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index c10bfde4ddf..a7aefc26b97 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.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" }