Update Rust crate rand to v0.10.2 #21

Open
renovate 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.00.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)

v0.10.1

Compare Source

This release includes a fix for a soundness bug; see #​1763.

Changes
  • Document panic behavior of make_rng and add #[track_caller] (#​1761)
  • Deprecate feature log (#​1763)

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 CLI.

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.0` → `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 ### [`v0.10.1`](https://github.com/rust-random/rand/blob/HEAD/CHANGELOG.md#0101--2026-02-11) [Compare Source](https://github.com/rust-random/rand/compare/0.10.0...0.10.1) This release includes a fix for a soundness bug; see [#&#8203;1763]. ##### Changes - Document panic behavior of `make_rng` and add `#[track_caller]` ([#&#8203;1761]) - Deprecate feature `log` ([#&#8203;1763]) [#&#8203;1761]: https://github.com/rust-random/rand/pull/1761 [#&#8203;1763]: https://github.com/rust-random/rand/pull/1763 </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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQ0LjMwLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate changed title from Update Rust crate rand to v0.10.1 to Update Rust crate rand to v0.10.2 2026-07-02 10:04:44 +00:00
renovate force-pushed renovate/rand-0.x-lockfile from 0db34af946 to fe2574ad80 2026-07-02 10:04:45 +00:00 Compare
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 reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jmarya/htmsix!21
No description provided.