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.131 #15

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.127 -> 0.2.131

Release Notes

rust-lang/libc ### [`v0.2.131`](https://togithub.com/rust-lang/libc/releases/tag/0.2.131) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.130...0.2.131) #### What's Changed - Add `gnu_get_[version|release]` for glibc by [@​LegNeato](https://togithub.com/LegNeato) in [https://github.com/rust-lang/libc/pull/2862](https://togithub.com/rust-lang/libc/pull/2862) - Bump to 0.2.131 to work around Cargo bug by [@​Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2871](https://togithub.com/rust-lang/libc/pull/2871) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.130...0.2.131 ### [`v0.2.130`](https://togithub.com/rust-lang/libc/releases/tag/0.2.130) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.129...0.2.130) #### What's Changed - Bump to 0.2.130 by [@​teamplayer3](https://togithub.com/teamplayer3) in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868) #### New Contributors - [@​teamplayer3](https://togithub.com/teamplayer3) made their first contribution in [https://github.com/rust-lang/libc/pull/2868](https://togithub.com/rust-lang/libc/pull/2868) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.129...0.2.130 ### [`v0.2.129`](https://togithub.com/rust-lang/libc/releases/tag/0.2.129) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.128...0.2.129) #### What's Changed - Bump up to v0.2.129 by [@​JohnTitor](https://togithub.com/JohnTitor) in [https://github.com/rust-lang/libc/pull/2867](https://togithub.com/rust-lang/libc/pull/2867) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.128...0.2.129 ### [`v0.2.128`](https://togithub.com/rust-lang/libc/releases/tag/0.2.128) [Compare Source](https://togithub.com/rust-lang/libc/compare/0.2.127...0.2.128) ### **This version has been yanked on crates.io, see [https://github.com/rust-lang/libc/issues/2866](https://togithub.com/rust-lang/libc/issues/2866) for the details.** #### What's Changed - libc 0.2.127 by [@​joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2859](https://togithub.com/rust-lang/libc/pull/2859) - feat: Add `f_flags_ext` member to Apple's `statfs` structure by [@​poliorcetics](https://togithub.com/poliorcetics) in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858) - Bump libc-test version to match libc by [@​joshtriplett](https://togithub.com/joshtriplett) in [https://github.com/rust-lang/libc/pull/2863](https://togithub.com/rust-lang/libc/pull/2863) - add BUS\_ si_code constants by [@​i509VCB](https://togithub.com/i509VCB) in [https://github.com/rust-lang/libc/pull/2855](https://togithub.com/rust-lang/libc/pull/2855) - Fix for [https://github.com/rust-lang/libc/issues/2860](https://togithub.com/rust-lang/libc/issues/2860) by [@​Tastaturtaste](https://togithub.com/Tastaturtaste) in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861) - Add definitions in libc headers in Android for riscv64 by [@​MaoHan001](https://togithub.com/MaoHan001) in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857) - add crt-static for android by [@​Bryanskiy](https://togithub.com/Bryanskiy) in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848) - Socket constants necessary for ESP-IDF support in socket2 by [@​ivmarkov](https://togithub.com/ivmarkov) in [https://github.com/rust-lang/libc/pull/2864](https://togithub.com/rust-lang/libc/pull/2864) - libc v0.2.128 by [@​Amanieu](https://togithub.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2865](https://togithub.com/rust-lang/libc/pull/2865) #### New Contributors - [@​poliorcetics](https://togithub.com/poliorcetics) made their first contribution in [https://github.com/rust-lang/libc/pull/2858](https://togithub.com/rust-lang/libc/pull/2858) - [@​Tastaturtaste](https://togithub.com/Tastaturtaste) made their first contribution in [https://github.com/rust-lang/libc/pull/2861](https://togithub.com/rust-lang/libc/pull/2861) - [@​MaoHan001](https://togithub.com/MaoHan001) made their first contribution in [https://github.com/rust-lang/libc/pull/2857](https://togithub.com/rust-lang/libc/pull/2857) - [@​Bryanskiy](https://togithub.com/Bryanskiy) made their first contribution in [https://github.com/rust-lang/libc/pull/2848](https://togithub.com/rust-lang/libc/pull/2848) **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.127...0.2.128

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.