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 @@ -1935,9 +1935,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1935
1935
1936
1936
[[package ]]
1937
1937
name = " libc"
1938
- version = " 0.2.131 "
1938
+ version = " 0.2.135 "
1939
1939
source = " registry+https://github.com/rust-lang/crates.io-index"
1940
- checksum = " 04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40 "
1940
+ checksum = " 68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c "
1941
1941
dependencies = [
1942
1942
" rustc-std-workspace-core" ,
1943
1943
]
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.126 " , default-features = false , features = [' rustc-dep-of-std' ] }
18
+ libc = { version = " 0.2.135 " , default-features = false , features = [' rustc-dep-of-std' ] }
19
19
compiler_builtins = { version = " 0.1.73" }
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