]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Fix unsafetyck disabling for custom MIR
[rust.git] / library / std / Cargo.toml
index c10bfde4ddf79c946d4b9623356cf2b639f5d3fd..29b5a468bf4c502d582e0d369067b8c50af5eaea 100644 (file)
@@ -15,8 +15,8 @@ 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'] }
-compiler_builtins = { version = "0.1.82" }
+libc = { version = "0.2.138", default-features = false, features = ['rustc-dep-of-std'] }
+compiler_builtins = { version = "0.1.85" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }