chore(deps): bump rand from 0.8.7 to 0.10.2 - #1011
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
This PR changes mirrored Maestro source files in the public repo, but it does not link the matching private source-of-truth PR. Add one of these to the PR body, then re-run the check:
Mirrored files touched:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0e32b4f819
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| # Utilities | ||
| rand = "0.8" | ||
| rand = "0.10" |
There was a problem hiding this comment.
Migrate ambient token generation to rand 0.10
With rand = "0.10", src/ipc.rs still imports rand::RngCore and calls rand::thread_rng() to generate auth tokens. Rand 0.10's public API now exposes rng() and renamed the core trait to Rng/RngExt per its migration notes, so this crate fails to compile as soon as Cargo resolves the new manifest; please migrate the token generation call site along with the version bump. https://rust-random.github.io/book/update-0.10.html
Useful? React with 👍 / 👎.
|
|
||
| # Random selection for tooltips | ||
| rand = "0.9" | ||
| rand = "0.10" |
There was a problem hiding this comment.
Migrate TUI rand call sites before bumping
With rand = "0.10", maestro-tui no longer gets the 0.9 extension trait imported by existing files (use rand::Rng for random/random_range, plus rand::RngCore in openai_cli.rs for fill_bytes). Rand 0.10 moved those user-level methods to RngExt and renamed RngCore to Rng, so the TUI target will not compile until these imports/calls are updated with the dependency bump. https://rust-random.github.io/book/update-0.10.html
Useful? React with 👍 / 👎.
Bumps [rand](https://github.com/rust-random/rand) from 0.8.7 to 0.10.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.7...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0e32b4f to
0da24c2
Compare
Bumps rand from 0.8.7 to 0.10.2.
Changelog
Sourced from rand's changelog.
... (truncated)
Commits
1540ea3Prepare rand 0.10.2 (#1800)a29964aBump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (#1801)ced9491Tweak docs for RngExt::random_range and SampleRange (#1798)db14664Check UniformChar validity on deser (#1790)bea8620Bump the all-deps group with 2 updates (#1796)4f44932Bump actions/cache from 5 to 6 (#1795)b999a13Bump actions/checkout from 6 to 7 (#1794)aeab810Avoid unsafe where safety depends on non-local values (#1791)1896d7cAdd typos CI job (#1789)43eddeeBump the all-deps group with 2 updates (#1788)