Skip to content

fix(deps): update rust crate tempfile to v3.15.0 - autoclosed #7058

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Type Update Change
tempfile (source) dependencies minor 3.14.0 -> 3.15.0
tempfile (source) workspace.dependencies minor 3.14.0 -> 3.15.0

Release Notes

Stebalien/tempfile (tempfile)

v3.15.0

Compare Source

Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#​314). This resolves a potential DoS vector (#​178) while avoiding getrandom in the common case where it's necessary. The feature is optional but enabled by default via the getrandom feature.

For libc-free builds, you'll either need to disable this feature or opt-in to a different getrandom backend.


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.

Copy link
Contributor Author

renovate bot commented Jan 3, 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 tempfile@3.14.0 --precise 3.15.0
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `rand_core v0.6.4`
    ... which satisfies dependency `rand_core = "^0.6.0"` (locked to 0.6.4) of package `rand v0.8.5`
    ... which satisfies dependency `rand = "^0.8.5"` (locked to 0.8.5) of package `coreutils v0.0.28 (/tmp/renovate/repos/github/uutils/coreutils)`
versions that meet the requirements `^0.2` (locked to 0.2.9) are: 0.2.9

all possible versions conflict with previously selected packages.

  previously selected package `getrandom v0.2.15`
    ... which satisfies dependency `getrandom = "^0.2.15"` of package `tempfile v3.15.0`
    ... which satisfies dependency `tempfile = "^3.10.1"` of package `coreutils v0.0.28 (/tmp/renovate/repos/github/uutils/coreutils)`

failed to select a version for `getrandom` which could resolve this conflict

Copy link

github-actions bot commented Jan 3, 2025

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@renovate renovate bot changed the title fix(deps): update rust crate tempfile to v3.15.0 fix(deps): update rust crate tempfile to v3.15.0 - autoclosed Jan 4, 2025
@renovate renovate bot closed this Jan 4, 2025
@renovate renovate bot deleted the renovate/tempfile-3.x-lockfile branch January 4, 2025 20:54
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.

0 participants