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

fix(deps): update rust crate libc to v0.2.169 #6

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2024

This PR contains the following updates:

Package Type Update Change
libc dependencies patch 0.2.167 -> 0.2.169

Release Notes

rust-lang/libc (libc)

v0.2.169

Compare Source

Added
  • FreeBSD: add more socket TCP stack constants #​4193
  • Fuchsia: add a sockaddr_vm definition #​4194
Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

  • ESP-IDF: Replace arch-conditional c_char with a reexport #​4195
  • Fix c_char on various targets #​4199
  • Mirror c_char configuration from rust-lang/rust #​4198
Cleanup
  • Do not re-export c_void in target-specific code #​4200

v0.2.168

Compare Source

Added
Deprecated
  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#​4183)
Fixed
  • Make the Debug implementation for unions opaque (#​4176)
Other
  • Allow the unpredictable_function_pointer_comparisons lint where needed #​4177
  • CI: Upload artifacts created by libc-test #​4180
  • CI: Use workflow commands to group output by target #​4179
  • CI: add caching #​4183

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

coveralls commented Oct 17, 2024

Pull Request Test Coverage Report for Build 12095934160

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 11301831402: 0.0%
Covered Lines: 0
Relevant Lines: 276

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 70d4b1a to 58d12e1 Compare October 19, 2024 05:33
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.160 fix(deps): update rust crate libc to v0.2.161 Oct 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.161 fix(deps): update rust crate libc to v0.2.162 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 58d12e1 to e895c21 Compare November 7, 2024 20:23
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from e895c21 to 4927bf0 Compare November 17, 2024 05:22
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.162 fix(deps): update rust crate libc to v0.2.164 Nov 17, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 4927bf0 to 3f53acb Compare November 26, 2024 20:31
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.164 fix(deps): update rust crate libc to v0.2.165 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 3f53acb to 157419d Compare November 27, 2024 20:29
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.165 fix(deps): update rust crate libc to v0.2.166 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/libc-0.x-lockfile branch from 157419d to be0d4c3 Compare November 30, 2024 11:14
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.166 fix(deps): update rust crate libc to v0.2.167 Nov 30, 2024
@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.167 fix(deps): update rust crate libc to v0.2.168 Dec 10, 2024
Copy link
Contributor Author

renovate bot commented Dec 10, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/filterfs/Cargo.toml --workspace
error: failed to load manifest for workspace member `/tmp/renovate/repos/github/adam-gaia/rust-crates/crates/anyignore`
referenced by workspace at `/tmp/renovate/repos/github/adam-gaia/rust-crates/Cargo.toml`

Caused by:
  failed to load manifest for dependency `ignore-more`

Caused by:
  failed to read `/tmp/renovate/repos/github/adam-gaia/rust-crates/crates/ignore-more/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/xcommand/Cargo.toml --workspace
error: failed to load manifest for workspace member `/tmp/renovate/repos/github/adam-gaia/rust-crates/crates/anyignore`
referenced by workspace at `/tmp/renovate/repos/github/adam-gaia/rust-crates/Cargo.toml`

Caused by:
  failed to load manifest for dependency `ignore-more`

Caused by:
  failed to read `/tmp/renovate/repos/github/adam-gaia/rust-crates/crates/ignore-more/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

@renovate renovate bot changed the title fix(deps): update rust crate libc to v0.2.168 fix(deps): update rust crate libc to v0.2.169 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant