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 @@ -1892,9 +1892,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
18921892
18931893[[package ]]
18941894name = " libc"
1895- version = " 0.2.99 "
1895+ version = " 0.2.103 "
18961896source = " registry+https://github.com/rust-lang/crates.io-index"
1897- checksum = " a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765 "
1897+ checksum = " dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6 "
18981898dependencies = [
18991899 " rustc-std-workspace-core" ,
19001900]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1515panic_unwind = { path = " ../panic_unwind" , optional = true }
1616panic_abort = { path = " ../panic_abort" }
1717core = { path = " ../core" }
18- libc = { version = " 0.2.99 " , default-features = false , features = [' rustc-dep-of-std' ] }
18+ libc = { version = " 0.2.103 " , default-features = false , features = [' rustc-dep-of-std' ] }
1919compiler_builtins = { version = " 0.1.44" }
2020profiler_builtins = { path = " ../profiler_builtins" , optional = true }
2121unwind = { path = " ../unwind" }
You can’t perform that action at this time.
0 commit comments