Commit 990f336
authored
chore(deps): update rust crate rand to 0.9.1 (#2293)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rand](https://rust-random.github.io/book)
([source](https://redirect.github.com/rust-random/rand)) |
workspace.dependencies | patch | `0.9.0` -> `0.9.1` |
---
### Release Notes
<details>
<summary>rust-random/rand (rand)</summary>
###
[`v0.9.1`](https://redirect.github.com/rust-random/rand/blob/HEAD/CHANGELOG.md#091---2025-04-17)
[Compare
Source](https://redirect.github.com/rust-random/rand/compare/0.9.0...0.9.1)
##### Security and unsafe
- Revise "not a crypto library" policy again
([#​1565](https://redirect.github.com/rust-random/rand/issues/1565))
- Remove `zerocopy` dependency from `rand`
([#​1579](https://redirect.github.com/rust-random/rand/issues/1579))
##### Fixes
- Fix feature `simd_support` for recent nightly rust
([#​1586](https://redirect.github.com/rust-random/rand/issues/1586))
##### Changes
- Allow `fn rand::seq::index::sample_weighted` and `fn
IndexedRandom::choose_multiple_weighted` to return fewer than `amount`
results
([#​1623](https://redirect.github.com/rust-random/rand/issues/1623)),
reverting an undocumented change
([#​1382](https://redirect.github.com/rust-random/rand/issues/1382))
to the previous release.
##### Additions
- Add `rand::distr::Alphabetic` distribution.
([#​1587](https://redirect.github.com/rust-random/rand/issues/1587))
- Re-export `rand_core`
([#​1604](https://redirect.github.com/rust-random/rand/issues/1604))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->1 parent 3edc78a commit 990f336
2 files changed
+4
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments