fix(deps): update rust crate libc to v0.2.155 #2

Merged
realaravinth merged 1 commit from renovate/libc-0.x-lockfile into master 2024-06-07 15:32:23 +05:30
Member

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.151 -> 0.2.155

Release Notes

rust-lang/libc (libc)

v0.2.155

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155

v0.2.154

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154

v0.2.153

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.152...0.2.153

v0.2.152

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.151...0.2.152


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://github.com/rust-lang/libc) | dependencies | patch | `0.2.151` -> `0.2.155` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.155`](https://github.com/rust-lang/libc/releases/tag/0.2.155) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) #### What's Changed - Add `SYS_lseek` and `SYS_mmap` for aarch64 Android by [@&#8203;lberrymage](https://github.com/lberrymage) in https://github.com/rust-lang/libc/pull/3632 - Correct the value of FAN_MARK_IGNORE by [@&#8203;severen](https://github.com/severen) in https://github.com/rust-lang/libc/pull/3622 - Update FreeBSD 13 CI image by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3671 - android: add FUTEX_LOCK_PI2 by [@&#8203;rtzoeller](https://github.com/rtzoeller) in https://github.com/rust-lang/libc/pull/3635 - Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by [@&#8203;purplesyringa](https://github.com/purplesyringa) in https://github.com/rust-lang/libc/pull/3676 - Revert "Support posix_spawn on Android" by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3678 - Unlock ci: fix wrong cfg emscripten by [@&#8203;tesuji](https://github.com/tesuji) in https://github.com/rust-lang/libc/pull/3684 - redox: correct EPOLL constants by [@&#8203;jackpot51](https://github.com/jackpot51) in https://github.com/rust-lang/libc/pull/3686 - \[0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by [@&#8203;cuviper](https://github.com/cuviper) in https://github.com/rust-lang/libc/pull/3708 - Re-add `posix_spawn{_file_actions_t,attr_t}` on Android by [@&#8203;tesuji](https://github.com/tesuji) in https://github.com/rust-lang/libc/pull/3690 - Update version to `0.2.155` by [@&#8203;madsmtm](https://github.com/madsmtm) in https://github.com/rust-lang/libc/pull/3682 #### New Contributors - [@&#8203;lberrymage](https://github.com/lberrymage) made their first contribution in https://github.com/rust-lang/libc/pull/3632 - [@&#8203;purplesyringa](https://github.com/purplesyringa) made their first contribution in https://github.com/rust-lang/libc/pull/3676 **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155 ### [`v0.2.154`](https://github.com/rust-lang/libc/releases/tag/0.2.154) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154) #### What's Changed - Fix CI on v0.2 by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3589 - \[Backport [#&#8203;3547](https://github.com/rust-lang/libc/issues/3547)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for CSKY by [@&#8203;Dirreke](https://github.com/Dirreke) in https://github.com/rust-lang/libc/pull/3572 - Add Linux riscv64 HWCAP defines (libc-0.2) by [@&#8203;Xeonacid](https://github.com/Xeonacid) in https://github.com/rust-lang/libc/pull/3580 - Add missing MIPS R6 FS_IOC_\* definitions by [@&#8203;chenx97](https://github.com/chenx97) in https://github.com/rust-lang/libc/pull/3591 - Support posix_spawn on Android by [@&#8203;pcc](https://github.com/pcc) in https://github.com/rust-lang/libc/pull/3602 - \[0.2] Fix libc-tests for loongarch64 by [@&#8203;heiher](https://github.com/heiher) in https://github.com/rust-lang/libc/pull/3607 - visionOS Support by [@&#8203;agg23](https://github.com/agg23) in https://github.com/rust-lang/libc/pull/3568 - \[0.2] linux/musl: Add support for LoongArch64 by [@&#8203;heiher](https://github.com/heiher) in https://github.com/rust-lang/libc/pull/3606 - v0.2: Fix c_char on AIX by [@&#8203;taiki-e](https://github.com/taiki-e) in https://github.com/rust-lang/libc/pull/3662 - solarish adding SO_EXCLBIND constant. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3651 - \[0.2] Add SIG constants to espidf by [@&#8203;Tevz-Beskovnik](https://github.com/Tevz-Beskovnik) in https://github.com/rust-lang/libc/pull/3658 - add all android sysconf constants by [@&#8203;fkm3](https://github.com/fkm3) in https://github.com/rust-lang/libc/pull/3656 - feat: more \_PC_XXX constants for apple targets by [@&#8203;SteveLauC](https://github.com/SteveLauC) in https://github.com/rust-lang/libc/pull/3649 - feat: O_EXEC/O_SEARCH for apple platforms by [@&#8203;SteveLauC](https://github.com/SteveLauC) in https://github.com/rust-lang/libc/pull/3668 - \[0.2] Add constant AT_MINSIGSTKSZ by [@&#8203;ur4t](https://github.com/ur4t) in https://github.com/rust-lang/libc/pull/3637 - Haiku: synchronize with post R1-beta 4 changes in libc by [@&#8203;nielx](https://github.com/nielx) in https://github.com/rust-lang/libc/pull/3638 - adding getentropy/getrandom to dragonflybsd. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3618 - Move strftime, strftime_l, strptime to linux_like by [@&#8203;pcc](https://github.com/pcc) in https://github.com/rust-lang/libc/pull/3600 - update crate version to 0.2.154 by [@&#8203;Dirreke](https://github.com/Dirreke) in https://github.com/rust-lang/libc/pull/3573 #### New Contributors - [@&#8203;pcc](https://github.com/pcc) made their first contribution in https://github.com/rust-lang/libc/pull/3602 - [@&#8203;agg23](https://github.com/agg23) made their first contribution in https://github.com/rust-lang/libc/pull/3568 - [@&#8203;Tevz-Beskovnik](https://github.com/Tevz-Beskovnik) made their first contribution in https://github.com/rust-lang/libc/pull/3658 - [@&#8203;ur4t](https://github.com/ur4t) made their first contribution in https://github.com/rust-lang/libc/pull/3637 **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154 ### [`v0.2.153`](https://github.com/rust-lang/libc/releases/tag/0.2.153) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153) #### What's Changed - Add SOMAXCONN to vita on 0.2 (to fix std) by [@&#8203;pheki](https://github.com/pheki) in https://github.com/rust-lang/libc/pull/3552 - Fix CI for v0.2 by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3557 - \[Backport [#&#8203;3548](https://github.com/rust-lang/libc/issues/3548)] Add ioctl FS_IOC\_{G,S}{ETVERSION,ETFLAGS} for LoongArch64 by [@&#8203;heiher](https://github.com/heiher) in https://github.com/rust-lang/libc/pull/3570 - Add MFD_NOEXEC_SEAL and MFD_EXEC by [@&#8203;rusty-snake](https://github.com/rusty-snake) in https://github.com/rust-lang/libc/pull/3553 - Backport of [#&#8203;3546](https://github.com/rust-lang/libc/issues/3546) and update crate version to 0.2.153 by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/rust-lang/libc/pull/3554 #### New Contributors - [@&#8203;rusty-snake](https://github.com/rusty-snake) made their first contribution in https://github.com/rust-lang/libc/pull/3553 **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.152...0.2.153 ### [`v0.2.152`](https://github.com/rust-lang/libc/releases/tag/0.2.152) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152) #### What's Changed - openbsd: syscall() has been removed in upcoming OpenBSD 7.5 by [@&#8203;semarie](https://github.com/semarie) in https://github.com/rust-lang/libc/pull/3479 - adding tcp_info to openbsd by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3481 - iadding yser_fpxregs_struct data to linux/musl i686. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3477 - strftime\* api for \*BSD by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3483 - strftime_l for Linux glibc/musl by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3484 - adding iocb data for io_submit syscall for linux/glibc. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3486 - Re-enable `i686-pc-windows-gnu` CI by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3489 - Stop testing on FreeBSD 12 by [@&#8203;asomers](https://github.com/asomers) in https://github.com/rust-lang/libc/pull/3475 - Add `ifreq`, `ifconf` and related constants to Android by [@&#8203;arctic-alpaca](https://github.com/arctic-alpaca) in https://github.com/rust-lang/libc/pull/3487 - Add waitid function for OpenBSD by [@&#8203;lcheylus](https://github.com/lcheylus) in https://github.com/rust-lang/libc/pull/3490 - adding SOMAXCONN to redox by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3491 - Fix typos in comments by [@&#8203;asomers](https://github.com/asomers) in https://github.com/rust-lang/libc/pull/3492 - fix typos in libc by [@&#8203;Takashiidobe](https://github.com/Takashiidobe) in https://github.com/rust-lang/libc/pull/3496 - apple adding tcp_connection_info struct by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3482 - Improve the version parser of Emscripten by [@&#8203;kleisauke](https://github.com/kleisauke) in https://github.com/rust-lang/libc/pull/3498 - Add constants from \<include/linux/sched.h> by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/rust-lang/libc/pull/3505 - Define `TFD_TIMER_*` constants on FreeBSD. by [@&#8203;sunfishcode](https://github.com/sunfishcode) in https://github.com/rust-lang/libc/pull/3506 - Add support for posix_spawn on OpenBSD by [@&#8203;nuudlman](https://github.com/nuudlman) in https://github.com/rust-lang/libc/pull/3502 - clock_nanosleep for dragonflybsd, moving constants freebsd only too. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3509 - solarish add fcntl's O_DIRECT constant. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3503 - Unpin cc dependency version by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3511 - redox: add openpty, login_tty, TIOCSCTTY, and organize functions by [@&#8203;jackpot51](https://github.com/jackpot51) in https://github.com/rust-lang/libc/pull/3512 - Move all seccomp consts and structs into top-level mod by [@&#8203;boustrophedon](https://github.com/boustrophedon) in https://github.com/rust-lang/libc/pull/3343 - freebsd 15 support proposal. by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3508 - Prepare workflow for merge queue by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3514 - Allow dead_code on `clockid_t` by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3516 - Add more items from `include/linux/sched.h` header by [@&#8203;GuillaumeGomez](https://github.com/GuillaumeGomez) in https://github.com/rust-lang/libc/pull/3515 - fix typo by [@&#8203;shuoer86](https://github.com/shuoer86) in https://github.com/rust-lang/libc/pull/3517 - Add sigsuspend to more targets: bsd, haiku, and solarish by [@&#8203;asomers](https://github.com/asomers) in https://github.com/rust-lang/libc/pull/3518 - Tweak libc-0.2 CI by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3519 - fuchsia adding pthread_set/getname_np by [@&#8203;devnexen](https://github.com/devnexen) in https://github.com/rust-lang/libc/pull/3520 - Prepare docs for libc v0.3 by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3510 - Merge main into libc-0.2 by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3521 - Prepare release for v0.2.152 by [@&#8203;JohnTitor](https://github.com/JohnTitor) in https://github.com/rust-lang/libc/pull/3522 #### New Contributors - [@&#8203;Takashiidobe](https://github.com/Takashiidobe) made their first contribution in https://github.com/rust-lang/libc/pull/3496 - [@&#8203;nuudlman](https://github.com/nuudlman) made their first contribution in https://github.com/rust-lang/libc/pull/3502 - [@&#8203;boustrophedon](https://github.com/boustrophedon) made their first contribution in https://github.com/rust-lang/libc/pull/3343 - [@&#8203;shuoer86](https://github.com/shuoer86) made their first contribution in https://github.com/rust-lang/libc/pull/3517 **Full Changelog**: https://github.com/rust-lang/libc/compare/0.2.151...0.2.152 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-04 13:32:36 +05:30
renovate-bot added 1 commit 2024-06-04 13:32:36 +05:30
fix(deps): update rust crate libc to v0.2.155
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
55c02d8f70
realaravinth merged commit 2287f086e2 into master 2024-06-07 15:32:23 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mCaptcha/gomcaptcha#2
No description provided.