Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
fastrand dependencies minor 2.0.2 -> 2.3.0

Release Notes

smol-rs/fastrand (fastrand)

v2.3.0

Compare Source

  • Accept IntoIterator in choose_multiple functions instead of just Iterator. (#​92)

v2.2.0

Compare Source

  • Expose missing fill method for the global RNG. (#​90)

v2.1.1

Compare Source

  • Remove support for 128-bit targets, as they are not supported by rustc yet. (#​87)

v2.1.0

Compare Source

  • Change the RNG algorithm and the way that the seed is computed. This will cause
    the algorithm to emit different constants for different seeds, hence the minor
    SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#​82)
    • Remove an unnecessary seed modification. (#​73)

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 force-pushed the renovate/fastrand-2.x-lockfile branch from c5c7704 to bc43667 Compare August 24, 2024 00:17
@renovate renovate bot changed the title fix(deps): update rust crate fastrand to v2.1.0 fix(deps): update rust crate fastrand to v2.1.1 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/fastrand-2.x-lockfile branch from bc43667 to fe680c7 Compare November 8, 2024 03:44
@renovate renovate bot changed the title fix(deps): update rust crate fastrand to v2.1.1 fix(deps): update rust crate fastrand to v2.2.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/fastrand-2.x-lockfile branch from fe680c7 to 72853d0 Compare December 8, 2024 20:05
@renovate renovate bot changed the title fix(deps): update rust crate fastrand to v2.2.0 fix(deps): update rust crate fastrand to v2.3.0 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/fastrand-2.x-lockfile branch from 72853d0 to bcc7105 Compare August 10, 2025 14:44
@renovate renovate bot changed the title fix(deps): update rust crate fastrand to v2.3.0 chore(deps): update rust crate fastrand to v2.3.0 Sep 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 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 client/Cargo.toml --package [email protected] --precise 2.3.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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