neetly / figma-agent-linux

Figma Agent for Linux (a.k.a. Font Helper)
MIT License
157 stars 9 forks source link

Update Rust crate libc to 0.2.149 #121

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.148 -> 0.2.149

Release Notes

rust-lang/libc (libc) ### [`v0.2.149`](https://togithub.com/rust-lang/libc/releases/tag/0.2.149) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.148...0.2.149) ##### What's Changed - libc 0.2.148 by [@​joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/3351](https://togithub.com/rust-lang/libc/pull/3351) - update libc-test and its libc dependency to 0.2.148 by [@​chenx97](https://togithub.com/chenx97) in [https://github.com/rust-lang/libc/pull/3314](https://togithub.com/rust-lang/libc/pull/3314) - Disable 1.13 CI by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3358](https://togithub.com/rust-lang/libc/pull/3358) - Add teeos libc by [@​Sword-Destiny](https://togithub.com/Sword-Destiny) in [https://github.com/rust-lang/libc/pull/3333](https://togithub.com/rust-lang/libc/pull/3333) - Added SIOCSIFNAME by [@​Brijeshkrishna](https://togithub.com/Brijeshkrishna) in [https://github.com/rust-lang/libc/pull/3354](https://togithub.com/rust-lang/libc/pull/3354) - copyfile apple api update by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3346](https://togithub.com/rust-lang/libc/pull/3346) - Hermit updates by [@​mkroening](https://togithub.com/mkroening) in [https://github.com/rust-lang/libc/pull/3348](https://togithub.com/rust-lang/libc/pull/3348) - Add the LoongArch64 HWCAP values by [@​heiher](https://togithub.com/heiher) in [https://github.com/rust-lang/libc/pull/3344](https://togithub.com/rust-lang/libc/pull/3344) - Add F_PUNCHHOLE and fpunchhole_t by [@​anacrolix](https://togithub.com/anacrolix) in [https://github.com/rust-lang/libc/pull/3337](https://togithub.com/rust-lang/libc/pull/3337) - Fix compatibility with Emscripten >= 3.1.44 by [@​kleisauke](https://togithub.com/kleisauke) in [https://github.com/rust-lang/libc/pull/3308](https://togithub.com/rust-lang/libc/pull/3308) - freebsd adding few mmap constants related to page alignment by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3326](https://togithub.com/rust-lang/libc/pull/3326) - Redox pthreads by [@​4lDO2](https://togithub.com/4lDO2) in [https://github.com/rust-lang/libc/pull/3347](https://togithub.com/rust-lang/libc/pull/3347) - linux MADV_COLLAPSE addition by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3340](https://togithub.com/rust-lang/libc/pull/3340) - android adding few more pthread api calls. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3288](https://togithub.com/rust-lang/libc/pull/3288) - Declare `pthread_attr_setguardsize` and `pthread_attr_getstacksize`. by [@​sunfishcode](https://togithub.com/sunfishcode) in [https://github.com/rust-lang/libc/pull/3330](https://togithub.com/rust-lang/libc/pull/3330) - Add missing PS Vita definitions, fix some unused ones by [@​pheki](https://togithub.com/pheki) in [https://github.com/rust-lang/libc/pull/3284](https://togithub.com/rust-lang/libc/pull/3284) - Drop `armv7-apple-ios` target support by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3362](https://togithub.com/rust-lang/libc/pull/3362) - backtrace definitions and support for getmntinfo and getvfsstat by [@​0323pin](https://togithub.com/0323pin) in [https://github.com/rust-lang/libc/pull/3368](https://togithub.com/rust-lang/libc/pull/3368) - apple fcntl update. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3365](https://togithub.com/rust-lang/libc/pull/3365) - Added socketpair and pipe2 for Vita target by [@​nikarh](https://togithub.com/nikarh) in [https://github.com/rust-lang/libc/pull/3366](https://togithub.com/rust-lang/libc/pull/3366) - Added additional Ethernet Protocol Ids for fuchsia by [@​w1redch4d](https://togithub.com/w1redch4d) in [https://github.com/rust-lang/libc/pull/3332](https://togithub.com/rust-lang/libc/pull/3332) - timerfd api for freebsd 14. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3341](https://togithub.com/rust-lang/libc/pull/3341) - haiku adding pthread GNU part by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3364](https://togithub.com/rust-lang/libc/pull/3364) - add execveat for glibc by [@​SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3372](https://togithub.com/rust-lang/libc/pull/3372) - added support for GNU/Hurd by [@​Vtewari2311](https://togithub.com/Vtewari2311) in [https://github.com/rust-lang/libc/pull/3325](https://togithub.com/rust-lang/libc/pull/3325) - Fix apple tvos support by [@​lcruz99](https://togithub.com/lcruz99) in [https://github.com/rust-lang/libc/pull/3370](https://togithub.com/rust-lang/libc/pull/3370) - Remove deprecation from SA_ONSTACK; fix hexagon-unknown-linux-musl by [@​androm3da](https://togithub.com/androm3da) in [https://github.com/rust-lang/libc/pull/3335](https://togithub.com/rust-lang/libc/pull/3335) - feat: add close_range for glibc by [@​SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/3373](https://togithub.com/rust-lang/libc/pull/3373) - Update crate version to 0.2.149 by [@​nikarh](https://togithub.com/nikarh) in [https://github.com/rust-lang/libc/pull/3360](https://togithub.com/rust-lang/libc/pull/3360) ##### New Contributors - [@​Sword-Destiny](https://togithub.com/Sword-Destiny) made their first contribution in [https://github.com/rust-lang/libc/pull/3333](https://togithub.com/rust-lang/libc/pull/3333) - [@​Brijeshkrishna](https://togithub.com/Brijeshkrishna) made their first contribution in [https://github.com/rust-lang/libc/pull/3354](https://togithub.com/rust-lang/libc/pull/3354) - [@​anacrolix](https://togithub.com/anacrolix) made their first contribution in [https://github.com/rust-lang/libc/pull/3337](https://togithub.com/rust-lang/libc/pull/3337) - [@​4lDO2](https://togithub.com/4lDO2) made their first contribution in [https://github.com/rust-lang/libc/pull/3347](https://togithub.com/rust-lang/libc/pull/3347) - [@​pheki](https://togithub.com/pheki) made their first contribution in [https://github.com/rust-lang/libc/pull/3284](https://togithub.com/rust-lang/libc/pull/3284) - [@​0323pin](https://togithub.com/0323pin) made their first contribution in [https://github.com/rust-lang/libc/pull/3368](https://togithub.com/rust-lang/libc/pull/3368) - [@​w1redch4d](https://togithub.com/w1redch4d) made their first contribution in [https://github.com/rust-lang/libc/pull/3332](https://togithub.com/rust-lang/libc/pull/3332) - [@​Vtewari2311](https://togithub.com/Vtewari2311) made their first contribution in [https://github.com/rust-lang/libc/pull/3325](https://togithub.com/rust-lang/libc/pull/3325) - [@​lcruz99](https://togithub.com/lcruz99) made their first contribution in [https://github.com/rust-lang/libc/pull/3370](https://togithub.com/rust-lang/libc/pull/3370) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.148...0.2.149

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.