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.143 #85

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.142 -> 0.2.143

Release Notes

rust-lang/libc ### [`v0.2.143`](https://togithub.com/rust-lang/libc/releases/tag/0.2.143) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.142...0.2.143) #### What's Changed - Fix "Bump to 0.2.142" libc dependency version by [@​ilya-bobyr](https://togithub.com/ilya-bobyr) in [https://github.com/rust-lang/libc/pull/3215](https://togithub.com/rust-lang/libc/pull/3215) - NetBSD: add two more errno values by [@​0-wiz-0](https://togithub.com/0-wiz-0) in [https://github.com/rust-lang/libc/pull/3040](https://togithub.com/rust-lang/libc/pull/3040) - Linux madv by [@​tatref](https://togithub.com/tatref) in [https://github.com/rust-lang/libc/pull/3159](https://togithub.com/rust-lang/libc/pull/3159) - Define `FICLONE` on mips and power. by [@​sunfishcode](https://togithub.com/sunfishcode) in [https://github.com/rust-lang/libc/pull/3212](https://togithub.com/rust-lang/libc/pull/3212) - redox adding few calls. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3214](https://togithub.com/rust-lang/libc/pull/3214) - linux_like: IPPROTO_MPTCP are supported in all linux_like platforms by [@​zonyitoo](https://togithub.com/zonyitoo) in [https://github.com/rust-lang/libc/pull/3197](https://togithub.com/rust-lang/libc/pull/3197) - Clean up some externs by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3218](https://togithub.com/rust-lang/libc/pull/3218) - freebsd add elf_aux_info constants by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3210](https://togithub.com/rust-lang/libc/pull/3210) - Upgrade CI image to macOS 12 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3219](https://togithub.com/rust-lang/libc/pull/3219) - Use the latest Debian for SPARC64 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3220](https://togithub.com/rust-lang/libc/pull/3220) - haiku: fix incorrect linked library. by [@​jessicah](https://togithub.com/jessicah) in [https://github.com/rust-lang/libc/pull/3222](https://togithub.com/rust-lang/libc/pull/3222) - armv7 PSVita OS support via newlib by [@​nikarh](https://togithub.com/nikarh) in [https://github.com/rust-lang/libc/pull/3209](https://togithub.com/rust-lang/libc/pull/3209) - Don't link `legacy_stdio_definitions` from std by [@​ChrisDenton](https://togithub.com/ChrisDenton) in [https://github.com/rust-lang/libc/pull/3226](https://togithub.com/rust-lang/libc/pull/3226) - Unignore some items test on sparc64 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3227](https://togithub.com/rust-lang/libc/pull/3227) - Added getentropy to vita target by [@​nikarh](https://togithub.com/nikarh) in [https://github.com/rust-lang/libc/pull/3230](https://togithub.com/rust-lang/libc/pull/3230) - redox: add grp.h and pwd.h functions for the users crate by [@​jackpot51](https://togithub.com/jackpot51) in [https://github.com/rust-lang/libc/pull/3228](https://togithub.com/rust-lang/libc/pull/3228) - redox add few more poll constants by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3232](https://togithub.com/rust-lang/libc/pull/3232) - freebsd add few more procctl x86\_64 constants. by [@​devnexen](https://togithub.com/devnexen) in [https://github.com/rust-lang/libc/pull/3231](https://togithub.com/rust-lang/libc/pull/3231) - Add `MSG_WAITFORONE` to freebsd and openbsd by [@​stevenengler](https://togithub.com/stevenengler) in [https://github.com/rust-lang/libc/pull/3224](https://togithub.com/rust-lang/libc/pull/3224) - Add PF_ROUTE-related structures on Apple systems by [@​roblabla](https://togithub.com/roblabla) in [https://github.com/rust-lang/libc/pull/3206](https://togithub.com/rust-lang/libc/pull/3206) - linux_like: Add missing constants for loongarch64 by [@​heiher](https://togithub.com/heiher) in [https://github.com/rust-lang/libc/pull/3237](https://togithub.com/rust-lang/libc/pull/3237) - linux: add rtnetlink ifinfomsg attribute enumerals by [@​tones111](https://togithub.com/tones111) in [https://github.com/rust-lang/libc/pull/3051](https://togithub.com/rust-lang/libc/pull/3051) - add major/minor on BSDs/illumos by [@​SteveLauC](https://togithub.com/SteveLauC) in [https://github.com/rust-lang/libc/pull/2999](https://togithub.com/rust-lang/libc/pull/2999) - Release 0.2.143 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/3236](https://togithub.com/rust-lang/libc/pull/3236) #### New Contributors - [@​ilya-bobyr](https://togithub.com/ilya-bobyr) made their first contribution in [https://github.com/rust-lang/libc/pull/3215](https://togithub.com/rust-lang/libc/pull/3215) - [@​0-wiz-0](https://togithub.com/0-wiz-0) made their first contribution in [https://github.com/rust-lang/libc/pull/3040](https://togithub.com/rust-lang/libc/pull/3040) - [@​tatref](https://togithub.com/tatref) made their first contribution in [https://github.com/rust-lang/libc/pull/3159](https://togithub.com/rust-lang/libc/pull/3159) - [@​nikarh](https://togithub.com/nikarh) made their first contribution in [https://github.com/rust-lang/libc/pull/3209](https://togithub.com/rust-lang/libc/pull/3209) - [@​heiher](https://togithub.com/heiher) made their first contribution in [https://github.com/rust-lang/libc/pull/3237](https://togithub.com/rust-lang/libc/pull/3237) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.142...0.2.143

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.