chore(deps): bump rand from 0.9.5 to 0.10.2 - #964
Conversation
|
Thanks for your first PR to Koharu. Please review our contribution guide before review: In the PR description, include:
If AI helped produce the patch, a human still needs to review and understand it before submission. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5abbc75856
ℹ️ 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".
| lazy_static = "1.5.0" | ||
| ndarray = "0.17.2" | ||
| rand = "0.9.5" | ||
| rand = "0.10.2" |
There was a problem hiding this comment.
Migrate rand consumers with the version bump
When koharu-torch is compiled with rand 0.10.2, crates/koharu-torch/src/vision/dataset.rs:4 still imports the pre-0.10 rand::Rng extension trait while lines 61–80 call random_range; rand 0.10 renamed that trait to RngExt, so these methods are no longer brought into scope and the crate will not compile. Update this in-repository consumer as part of the dependency/API change.
AGENTS.md reference: AGENTS.md:L5-L8
Useful? React with 👍 / 👎.
Bumps [rand](https://github.com/rust-random/rand) from 0.9.5 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.9.5...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>
5abbc75 to
27cad49
Compare
Bumps rand from 0.9.5 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)