Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Update outdated Cargo.lock
<!-- Please read our Bug reporting guidelines before opening a bug: https://wiki.archlinux.org/title/Bug_reporting_guidelines If you want to help catching more bugs upfront, consider joining the Arch Testing Team: https://wiki.archlinux.org/title/Arch_Testing_Team --> # Description: <!-- Describe the bug in full detail. --> The Cargo.lock file in this repository was created three years ago, and many of its dependencies are now outdated. For instance, it currently uses the Rust libc binding version 0.2.98, while the latest version is 0.2.158, which includes numerous updates and fixes. I updated the dependencies and was able to successfully compile and run the project. P.S. There is a team currently preparing the loong64 port for Arch Linux. Rust libc version 0.2.129 introduced support for loong64. As we plan to contribute the port upstream, updating these dependencies would be greatly beneficial. Thank you very much!
issue