Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2025

This PR contains the following updates:

Package Type Update Change
signal-hook dependencies minor 0.3 -> 0.4

Release Notes

vorner/signal-hook (signal-hook)

v0.4.1

Compare Source

  • Don't pin specific dependency versions accidentally.

v0.4.0

Compare Source

  • Changed the low_level::pipe to look OwnedFd instead of IntoRawFd, to
    enforce ownership of the file descriptor (#​196).

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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 Cargo.toml --package signal-hook@0.3.18 --precise 0.4.1
    Updating crates.io index
error: failed to select a version for the requirement `signal-hook = "^0.3.17"`
candidate versions found which didn't match: 0.4.1
location searched: crates.io index
required by package `crossterm v0.29.0`
    ... which satisfies dependency `crossterm = "^0.29"` of package `timer-cli v0.11.0 (/tmp/renovate/repos/github/pando85/timer)`

The initial lock file was generated with signal-hook 0.4.0 which had
a pinned libc = "=0.2.156" dependency that conflicts with nix 0.30
requiring libc ^0.2.171. Signal-hook 0.4.1 released a fix for this
issue by removing the pinned libc version.

Signed-off-by: Alexander Gil <pando855@gmail.com>
@pando85 pando85 merged commit aabe8ce into master Dec 29, 2025
5 checks passed
@pando85 pando85 deleted the renovate/signal-hook-0.x branch December 29, 2025 13:28
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.

2 participants