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

Update Rust crate tempfile to v3.15.0 #160

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2024

This PR contains the following updates:

Package Type Update Change
tempfile (source) dev-dependencies minor 3.13.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.

v3.14.0

Compare Source

  • Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). #​305.
  • Allow older windows-sys versions #​304.

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 renovate bot added the dependencies Dependency update label Nov 8, 2024
@renovate renovate bot changed the title Update Rust crate tempfile to v3.14.0 Update Rust crate tempfile to v3.15.0 Jan 3, 2025
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 lib/Cargo.toml --package [email protected] --precise 3.15.0
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/mdpadberg/multi-cf/cli/Cargo.toml
workspace: /tmp/renovate/repos/github/mdpadberg/multi-cf/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /tmp/renovate/repos/github/mdpadberg/multi-cf/lib/Cargo.toml
workspace: /tmp/renovate/repos/github/mdpadberg/multi-cf/Cargo.toml
warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `redox_users v0.4.4`
    ... which satisfies dependency `redox_users = "^0.4"` (locked to 0.4.4) of package `dirs-sys v0.4.1`
    ... which satisfies dependency `dirs-sys = "^0.4.1"` (locked to 0.4.1) of package `dirs v5.0.1`
    ... which satisfies dependency `dirs = "^5.0.1"` (locked to 5.0.1) of package `mcf v0.17.0 (/tmp/renovate/repos/github/mdpadberg/multi-cf/cli)`
versions that meet the requirements `^0.2` (locked to 0.2.11) are: 0.2.11

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 `lib v0.17.0 (/tmp/renovate/repos/github/mdpadberg/multi-cf/lib)`
    ... which satisfies path dependency `lib` (locked to 0.17.0) of package `mcf v0.17.0 (/tmp/renovate/repos/github/mdpadberg/multi-cf/cli)`

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants