This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2326,9 +2326,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2326
2326
2327
2327
[[package ]]
2328
2328
name = " libc"
2329
- version = " 0.2.138 "
2329
+ version = " 0.2.139 "
2330
2330
source = " registry+https://github.com/rust-lang/crates.io-index"
2331
- checksum = " db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8 "
2331
+ checksum = " 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79 "
2332
2332
dependencies = [
2333
2333
" rustc-std-workspace-core" ,
2334
2334
]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
15
15
panic_unwind = { path = " ../panic_unwind" , optional = true }
16
16
panic_abort = { path = " ../panic_abort" }
17
17
core = { path = " ../core" }
18
- libc = { version = " 0.2.138 " , default-features = false , features = [' rustc-dep-of-std' ] }
18
+ libc = { version = " 0.2.139 " , default-features = false , features = [' rustc-dep-of-std' ] }
19
19
compiler_builtins = { version = " 0.1.87" }
20
20
profiler_builtins = { path = " ../profiler_builtins" , optional = true }
21
21
unwind = { path = " ../unwind" }
You can’t perform that action at this time.
0 commit comments