ServerStatus-Rust icon indicating copy to clipboard operation
ServerStatus-Rust copied to clipboard

chore(deps): update rust crate fastrand to v2.3.0

Open renovate[bot] opened this issue 1 year ago • 0 comments

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[bot] avatar May 05 '24 12:05 renovate[bot]