build(deps): bump rand from 0.8.5 to 0.9.2 in the cargo group across 1 directory - #25
build(deps): bump rand from 0.8.5 to 0.9.2 in the cargo group across 1 directory#25dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.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.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the 'rand' crate from 0.8.5 to 0.9.2. This is a major version transition that introduces breaking changes, including the renaming of features (e.g., 'serde1' to 'serde' and 'getrandom' to 'os_rng') and an updated Minimum Supported Rust Version (MSRV) of 1.63.0.
Crucially, the provided diff for this review appears empty or missing, meaning the implementation of these breaking changes and the dependency bump itself could not be verified. Before merging, ensure that all feature renames and deprecated modules have been addressed as per the 'rand' 0.9 release notes.
About this PR
- The PR diff is empty or missing in the review context, making it impossible to verify the implementation of the version bump or the necessary code adjustments for breaking changes.
- Upgrading 'rand' from 0.8 to 0.9 is a breaking change. Ensure that manual intervention for feature renames ('serde1', 'getrandom') and module deprecations ('mock', 'StepRng') has been performed.
Test suggestions
- Confirm rand version update in Cargo.toml
- Confirm successful build and test execution with rand 0.9.2
- Verify correct migration of renamed features (serde, os_rng) in dependency definitions
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Confirm rand version update in Cargo.toml
2. Confirm successful build and test execution with rand 0.9.2
3. Verify correct migration of renamed features (serde, os_rng) in dependency definitions
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
Bumps the cargo group with 1 update in the / directory: rand.
Updates
randfrom 0.8.5 to 0.9.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.