@@ -17,7 +17,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] } |
|
|
17 |
17 |
panic_unwind = { path = "../panic_unwind", optional = true } |
18 |
18 |
panic_abort = { path = "../panic_abort" } |
19 |
19 |
core = { path = "../core", public = true } |
20 |
|
-libc = { version = "0.2.150", default-features = false, features = ['rustc-dep-of-std'], public = true } |
|
20 |
+libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true } |
21 |
21 |
compiler_builtins = { version = "0.1.105" } |
22 |
22 |
profiler_builtins = { path = "../profiler_builtins", optional = true } |
23 |
23 |
unwind = { path = "../unwind" } |