Update Rust crate rand to v0.10.2 #23

Open
noplife wants to merge 1 commit from renovate/rand-0.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
rand (source) dependencies patch 0.10.10.10.2

Release Notes

rust-random/rand (rand)

v0.10.2

Compare Source

Fixes
  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#​1790)
Changes
  • Document required output order of fn partial_shuffle and apply #[must_use] (#​1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#​1791)

Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rand](https://rust-random.github.io/book) ([source](https://github.com/rust-random/rand)) | dependencies | patch | `0.10.1` → `0.10.2` | --- ### Release Notes <details> <summary>rust-random/rand (rand)</summary> ### [`v0.10.2`](https://github.com/rust-random/rand/blob/HEAD/CHANGELOG.md#0102--2026-07-02) [Compare Source](https://github.com/rust-random/rand/compare/0.10.1...0.10.2) ##### Fixes - Fix possible memory safety violation due to deserialization of `UniformChar` from bad source ([#&#8203;1790]) ##### Changes - Document required output order of fn `partial_shuffle` and apply `#[must_use]` ([#&#8203;1769]) - Avoid usage of `unsafe` in contexts where non-local memory corruption could invalidate contract ([#&#8203;1791]) [#&#8203;1769]: https://github.com/rust-random/rand/pull/1769 [#&#8203;1790]: https://github.com/rust-random/rand/pull/1790 [#&#8203;1791]: https://github.com/rust-random/rand/pull/1791 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate rand to v0.10.2
Some checks failed
CI / fmt (pull_request) Successful in 1m52s
CI / coverage (pull_request) Failing after 11s
CI / clippy (pull_request) Failing after 13m43s
CI / build-test (pull_request) Failing after 14m40s
81b70693d0
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
CI / fmt (pull_request) Successful in 1m52s
CI / coverage (pull_request) Failing after 11s
CI / clippy (pull_request) Failing after 13m43s
CI / build-test (pull_request) Failing after 14m40s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rand-0.x-lockfile:renovate/rand-0.x-lockfile
git switch renovate/rand-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/rand-0.x-lockfile
git switch renovate/rand-0.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/rand-0.x-lockfile
git switch renovate/rand-0.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/rand-0.x-lockfile
git switch main
git merge --squash renovate/rand-0.x-lockfile
git switch main
git merge --ff-only renovate/rand-0.x-lockfile
git switch main
git merge renovate/rand-0.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.