fix(deps): update rust crate libc to v0.2.158 #4

Merged
realaravinth merged 1 commit from renovate/libc-0.x-lockfile into master 2024-08-19 13:55:23 +05:30
Member

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.155 -> 0.2.158

Release Notes

rust-lang/libc (libc)

v0.2.158

Compare Source

Other

v0.2.157

Compare Source

Added
  • Apple: add _NSGetArgv, _NSGetArgc and _NSGetProgname in #​3702
  • Build: add RUSTC_WRAPPER support in #​3845
  • FreeBSD: add execvpe support from 14.1 release in #​3745
  • Fuchsia: add SO_BINDTOIFINDEX
  • Linux: add klogctl in #​3777
  • MacOS: add fcntl OFD commands in #​3563
  • NetBSD: add _lwp_park in #​3721
  • Solaris: add missing networking support in #​3717
  • Unix: add pthread_equal in #​3773
  • WASI: add select, FD_SET, FD_ZERO, FD_ISSET in #​3681
Fixed
  • TEEOS: fix octal notation for O_* constants in #​3841
Changed
  • FreeBSD: always use freebsd12 when rustc_dep_of_std is set in #​3723

v0.2.156: libc-v0.2.156

Compare Source

Added
  • F_ALLOCATEPERSIST for apple
  • IP_RECVTTL/IPV6_RECVHOPLIMIT for FreeBSD/DragonFly
Fixed
  • Remove macOS 11 usage on CI
  • Allow dead_code lint
Other
  • Enable publishing new versions via release-plz
  • Add release-plz for the 0.2 branch
  • Merge pull request #​3821 from tgross35/backport-celery
  • Modify QNX NTO platform support
  • Adding constant SOMAXCONN to vxworks
  • Add XATTR_CREATE, XATTR_REPLACE
  • Change ifa_flags type to u64 for Solaris/illumos
  • add confstr API and CS* to linux-gnu
  • Merge pull request #​3814 from tgross35/backport-hermit
  • Merge pull request #​3813 from tgross35/backport-futex-constants
  • Merge pull request #​3812 from tgross35/backport-fbsd-kinfo_file
  • Merge pull request #​3811 from tgross35/backport-riscv64-clone_args
  • Merge pull request #​3810 from tgross35/backport-haiku-b_app_image_symbol
  • Merge pull request #​3807 from sunshowers/illumos-pthread-pick
  • vxWorks adding few errnoLib related constants.
  • Disable hexagon-unknown-linux-musl testing for now
  • Fix FreeBSD 15 CI
  • Remove tier 3 targets from CI
  • Tweak comment
  • Disable libregex for QNX 7.0
  • Reference specific MSRV in comment
  • addr_of!(EXTERN_STATIC) is now considered safe
  • rmx_state has been removed
  • skip API that requires a newer macOS SDK in tests
  • add os_sync_wait_on_address and related definitions
  • adding preadv2/pwritev2 to linux musl (1.2.5 min.)
  • Merge pull request #​3716 from devnexen/ipv6_dontfrag
  • generalising IPV6_DONTFRAG to all bsd.
  • Merge pull request #​3715 from tesuji/ci-verbosity
  • Merge pull request #​3700 from asomers/freebsd-capsicum-libc0.2
  • Merge pull request #​3738 from operutka/getauxval_uclibc
  • Merge pull request #​3737 from operutka/si_pid_uclibc
  • Merge pull request #​3747 from djkoloski/libc-0.2
  • Merge pull request #​3719 from tesuji/ci-cirrus-cache
  • Merge pull request #​3750 from SteveLauC/feat/IP_RECVTTL_FreeBSD

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.155` -> `0.2.158` | --- ### Release Notes <details> <summary>rust-lang/libc (libc)</summary> ### [`v0.2.158`](https://github.com/rust-lang/libc/releases/tag/0.2.158) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) ##### Other - WASI: fix missing `Iterator` with `rustc-dep-of-std` in [#&#8203;3856 (comment)](https://github.com/rust-lang/libc/pull/3856#event-13924913068) ### [`v0.2.157`](https://github.com/rust-lang/libc/releases/tag/0.2.157) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.156...0.2.157) ##### Added - Apple: add `_NSGetArgv`, `_NSGetArgc` and `_NSGetProgname` in [#&#8203;3702](https://github.com/rust-lang/libc/pull/3702) - Build: add `RUSTC_WRAPPER` support in [#&#8203;3845](https://github.com/rust-lang/libc/pull/3845) - FreeBSD: add `execvpe` support from 14.1 release in [#&#8203;3745](https://github.com/rust-lang/libc/pull/3745) - Fuchsia: add `SO_BINDTOIFINDEX` - Linux: add `klogctl` in [#&#8203;3777](https://github.com/rust-lang/libc/pull/3777) - MacOS: add `fcntl` OFD commands in [#&#8203;3563](https://github.com/rust-lang/libc/pull/3563) - NetBSD: add `_lwp_park` in [#&#8203;3721](https://github.com/rust-lang/libc/pull/3721) - Solaris: add missing networking support in [#&#8203;3717](https://github.com/rust-lang/libc/pull/3717) - Unix: add `pthread_equal` in [#&#8203;3773](https://github.com/rust-lang/libc/pull/3773) - WASI: add `select`, `FD_SET`, `FD_ZERO`, ` FD_ISSET ` in [#&#8203;3681](https://github.com/rust-lang/libc/pull/3681) ##### Fixed - TEEOS: fix octal notation for `O_*` constants in [#&#8203;3841](https://github.com/rust-lang/libc/pull/3841) ##### Changed - FreeBSD: always use freebsd12 when `rustc_dep_of_std` is set in [#&#8203;3723](https://github.com/rust-lang/libc/pull/3723) ### [`v0.2.156`](https://github.com/rust-lang/libc/releases/tag/0.2.156): libc-v0.2.156 [Compare Source](https://github.com/rust-lang/libc/compare/0.2.155...0.2.156) ##### Added - F_ALLOCATEPERSIST for apple - IP_RECVTTL/IPV6\_RECVHOPLIMIT for FreeBSD/DragonFly ##### Fixed - Remove macOS 11 usage on CI - Allow dead_code lint ##### Other - Enable publishing new versions via release-plz - Add `release-plz` for the 0.2 branch - Merge pull request [#&#8203;3821](https://github.com/rust-lang/libc/pull/3821) from tgross35/backport-celery - Modify QNX NTO platform support - Adding constant SOMAXCONN to vxworks - Add XATTR_CREATE, XATTR_REPLACE - Change ifa_flags type to u64 for Solaris/illumos - add confstr API and *CS*\* to linux-gnu - Merge pull request [#&#8203;3814](https://github.com/rust-lang/libc/pull/3814) from tgross35/backport-hermit - Merge pull request [#&#8203;3813](https://github.com/rust-lang/libc/pull/3813) from tgross35/backport-futex-constants - Merge pull request [#&#8203;3812](https://github.com/rust-lang/libc/pull/3812) from tgross35/backport-fbsd-kinfo_file - Merge pull request [#&#8203;3811](https://github.com/rust-lang/libc/pull/3811) from tgross35/backport-riscv64-clone_args - Merge pull request [#&#8203;3810](https://github.com/rust-lang/libc/pull/3810) from tgross35/backport-haiku-b_app_image_symbol - Merge pull request [#&#8203;3807](https://github.com/rust-lang/libc/pull/3807) from sunshowers/illumos-pthread-pick - vxWorks adding few errnoLib related constants. - Disable hexagon-unknown-linux-musl testing for now - Fix FreeBSD 15 CI - Remove tier 3 targets from CI - Tweak comment - Disable `libregex` for QNX 7.0 - Reference specific MSRV in comment - `addr_of!(EXTERN_STATIC)` is now considered safe - `rmx_state` has been removed - skip API that requires a newer macOS SDK in tests - add `os_sync_wait_on_address` and related definitions - adding preadv2/pwritev2 to linux musl (1.2.5 min.) - Merge pull request [#&#8203;3716](https://github.com/rust-lang/libc/pull/3716) from devnexen/ipv6\_dontfrag - generalising IPV6\_DONTFRAG to all bsd. - Merge pull request [#&#8203;3715](https://github.com/rust-lang/libc/pull/3715) from tesuji/ci-verbosity - Merge pull request [#&#8203;3700](https://github.com/rust-lang/libc/pull/3700) from asomers/freebsd-capsicum-libc0.2 - Merge pull request [#&#8203;3738](https://github.com/rust-lang/libc/pull/3738) from operutka/getauxval_uclibc - Merge pull request [#&#8203;3737](https://github.com/rust-lang/libc/pull/3737) from operutka/si_pid_uclibc - Merge pull request [#&#8203;3747](https://github.com/rust-lang/libc/pull/3747) from djkoloski/libc-0.2 - Merge pull request [#&#8203;3719](https://github.com/rust-lang/libc/pull/3719) from tesuji/ci-cirrus-cache - Merge pull request [#&#8203;3750](https://github.com/rust-lang/libc/pull/3750) from SteveLauC/feat/IP_RECVTTL_FreeBSD </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4zNy4wIiwidXBkYXRlZEluVmVyIjoiMzguMzkuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-08-16 01:33:18 +05:30
renovate-bot force-pushed renovate/libc-0.x-lockfile from 4b57ad7477 to 1045485fb4 2024-08-18 07:33:17 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate libc to v0.2.156 to fix(deps): update rust crate libc to v0.2.157 2024-08-18 07:33:17 +05:30
renovate-bot changed title from fix(deps): update rust crate libc to v0.2.157 to fix(deps): update rust crate libc to v0.2.158 2024-08-19 12:33:13 +05:30
renovate-bot force-pushed renovate/libc-0.x-lockfile from 1045485fb4 to 2c559de12c 2024-08-19 12:33:13 +05:30 Compare
realaravinth merged commit 920ead8db5 into master 2024-08-19 13:55: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#4
No description provided.