Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rust crate libc to v0.2.158 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.135 -> 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

Compare Source

Added
  • Apple: add F_ALLOCATEPERSIST in #​3712
  • Apple: add os_sync_wait_on_address and related definitions in #​3769
  • BSD: generalise IPV6_DONTFRAG to all BSD targets in #​3716
  • FreeBSD/DragonFly: add IP_RECVTTL/IPV6_RECVHOPLIMIT in #​3751
  • Hurd: add XATTR_CREATE, XATTR_REPLACE in #​3739
  • Linux GNU: confstr API and _CS_* in #​3771
  • Linux musl: add preadv2 and pwritev2 (1.2.5 min.) in #​3762
  • VxWorks: add the constant SOMAXCONN in #​3761
  • VxWorks: add a few errnoLib related constants in #​3780
Fixed
  • Solaris/illumos: Change ifa_flags type to u64 in #​3729
  • QNX 7.0: Disable libregex in #​3775
Changed
  • QNX NTO: update platform support in #​3815
  • addr_of!(EXTERN_STATIC) is now considered safe in #​3776
Removed
Other
  • Update or remove CI tests that have been failing

v0.2.155

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.154...0.2.155

v0.2.154

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.153...0.2.154

v0.2.153

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.152...0.2.153

v0.2.152

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.151...0.2.152

v0.2.151

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.150...0.2.151

v0.2.150

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.149...0.2.150

v0.2.149

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.148...0.2.149

v0.2.148

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.147...0.2.148

v0.2.147

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.146...0.2.147

v0.2.146

Compare Source

What's Changed

Full Changelog: rust-lang/libc@0.2.145...0.2.146

v0.2.145

Compare Source

This version has been yanked on crates.io.

What's Changed


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 5, 2024
Copy link

coderabbitai bot commented May 5, 2024

Important

Review skipped

Review was skipped due to path filters

Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from a2a1827 to c056a21 Compare May 16, 2024 23:47
@renovate renovate bot changed the title build(deps): update rust crate libc to v0.2.154 build(deps): update rust crate libc to v0.2.153 May 16, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from c056a21 to 30da97c Compare May 18, 2024 02:35
@renovate renovate bot changed the title build(deps): update rust crate libc to v0.2.153 build(deps): update rust crate libc to v0.2.155 May 18, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 30da97c to 3b3c27b Compare August 15, 2024 20:39
@renovate renovate bot changed the title build(deps): update rust crate libc to v0.2.155 build(deps): update rust crate libc to v0.2.156 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 3b3c27b to b0944c2 Compare August 18, 2024 03:15
@renovate renovate bot changed the title build(deps): update rust crate libc to v0.2.156 build(deps): update rust crate libc to v0.2.157 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from b0944c2 to 21af695 Compare August 19, 2024 09:33
@renovate renovate bot changed the title build(deps): update rust crate libc to v0.2.157 build(deps): update rust crate libc to v0.2.158 Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants