Bump rand_core from 0.9.3 to 0.10.0 in /src by dependabot[bot] · Pull Request #3719 · shadow/shadow
Bumps rand_core from 0.9.3 to 0.10.0.
Release notes
Sourced from rand_core's releases.
v0.10.0
What's Changed
This release makes a number of significant changes which we hope will be the last significant breakage before 1.0. Code has moved from the [rust-random/rand] repository to its own [rust-random/rand_core].
User-facing API changes
Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([rand#1668])
RngCoreandTryRngCoreare renamed toRngandTryRngrespectively (#54)Rngis now an extension trait ofTryRng<Error = Infallible>(#45)TryRng::Erroris bound oncore::error::Errorinstead ofDebug + Display(#58)- Relax
Sizedbound on impls ofSeedableRng([rand#1641])Added
Removed
TryRng::read_adaptermethod (replaced withrand::RngReader) ([rand#1669])os_rngcrate feature ([rand#1674])OsRngandOsErrorstructs ([rand#1674])SeedableRng::from_os_rngandSeedableRng::try_from_os_rngmethods ([rand#1674])getrandomdependency ([rand#1674])stdcrate feature ([rand#1674])- Optional
serdedependency (#28)UnwrapMutstruct andRng::unwrap_mutmethod (#45)Rng::unwrap_errmethod in favor of explicit wrapping inUnwrapErr(#53)API changes to PRNG implementation helpers
Added
BlockRng::reconstructandBlockRng::remaining_resultsmethods (#36)block::Generator::dropmethod (#35)BlockRng::word_offsetmethod (#44)Changed
- Replaced
lehelper functions with newutilshelpers ([rand#1667], #34, #38, #45)- Rename
BlockRng::generate_and_setmethod toreset_and_skip(#44)- Rename
block::BlockRngCoretrait toblock::Generator(#26)- Rename
BlockRngCore::Resultsassociated type toOutputand remove type bounds on it (#26)Removed
... (truncated)
Changelog
Sourced from rand_core's changelog.
[0.10.0] - 2026-02-01
This release makes a number of significant changes which we hope will be the last significant breakage before 1.0. Code has moved from the [rust-random/rand] repository to its own [rust-random/rand_core].
User-facing API changes
Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([rand#1668])
RngCoreandTryRngCoreare renamed toRngandTryRngrespectively (#54)Rngis now an extension trait ofTryRng<Error = Infallible>(#45)TryRng::Erroris bound oncore::error::Errorinstead ofDebug + Display(#58)- Relax
Sizedbound on impls ofSeedableRng([rand#1641])Added
Removed
TryRng::read_adaptermethod (replaced withrand::RngReader) ([rand#1669])os_rngcrate feature ([rand#1674])OsRngandOsErrorstructs ([rand#1674])SeedableRng::from_os_rngandSeedableRng::try_from_os_rngmethods ([rand#1674])getrandomdependency ([rand#1674])stdcrate feature ([rand#1674])- Optional
serdedependency (#28)UnwrapMutstruct andRng::unwrap_mutmethod (#45)Rng::unwrap_errmethod in favor of explicit wrapping inUnwrapErr(#53)API changes to PRNG implementation helpers
Added
BlockRng::reconstructandBlockRng::remaining_resultsmethods (#36)block::Generator::dropmethod (#35)BlockRng::word_offsetmethod (#44)Changed
- Replaced
lehelper functions with newutilshelpers ([rand#1667], #34, #38, #45)- Rename
BlockRng::generate_and_setmethod toreset_and_skip(#44)- Rename
block::BlockRngCoretrait toblock::Generator(#26)- Rename
BlockRngCore::Resultsassociated type toOutputand remove type bounds on it (#26)Removed
... (truncated)
Commits
0ce22c9Prepare 0.10.0 (#64)a20120cRemove CryptoGenerator and Generator::drop; add BlockRng::clear (#69)f9763d8Add deprecatedRngCore/TryRngCoreforwarding traits (#70)ae88096Update license year (#67)5de0732TweakUnwrapErrimpl (#66)9eb6381Tweak doc links (#65)5864683Remove outdated comment (#62)f5e3b45MoveSeedableRngandUnwrapErrinto separate modules (#63)e591ff2Release v0.10.0-rc-6 (#61)423ca87Enable lints in Cargo.toml (#60)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.