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 @@ -1879,9 +1879,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
18791879
18801880[[package ]]
18811881name = " libc"
1882- version = " 0.2.99 "
1882+ version = " 0.2.103 "
18831883source = " registry+https://github.com/rust-lang/crates.io-index"
1884- checksum = " a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765 "
1884+ checksum = " dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6 "
18851885dependencies = [
18861886 " rustc-std-workspace-core" ,
18871887]
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