X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2FCargo.toml;h=bc10b12ec2af90dddb9d78895e94c1683cfa0973;hb=bf6bfcddf6bf9774022001d5a5d1f859d39a0a8a;hp=b8c35ecd34933ef3a072ef5b259119dbdd34d6c1;hpb=df11395a55fc00e1f8fa9d452af179160b91896f;p=rust.git diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index b8c35ecd349..bc10b12ec2a 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.126", default-features = false, features = ['rustc-dep-of-std'] } +libc = { version = "0.2.135", default-features = false, features = ['rustc-dep-of-std'] } compiler_builtins = { version = "0.1.73" } profiler_builtins = { path = "../profiler_builtins", optional = true } unwind = { path = "../unwind" }