]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa
[rust.git] / library / std / Cargo.toml
index c54f38615c5801de3e7f97b18149df259c0bac9b..de26d9dcb2627fa6aaa82d0d17b91d3ef5fd69b8 100644 (file)
@@ -15,8 +15,8 @@ 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.108", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.66" }
+libc = { version = "0.2.116", default-features = false, features = ['rustc-dep-of-std'] }
+compiler_builtins = { version = "0.1.67" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }