Skip to content

Update rand_core requirement from 0.6 to 0.10#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rand_core-0.10
Open

Update rand_core requirement from 0.6 to 0.10#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rand_core-0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rand_core to permit the latest version.

Changelog

Sourced from rand_core's changelog.

0.6.4 - 2022-09-15

  • Fix unsoundness in <BlockRng64 as RngCore>::next_u32 (rand#1160)
  • Reduce use of unsafe and improve gen_bytes performance (rand#1180)
  • Add CryptoRngCore trait (rand#1187, rand#1230)

0.6.3 - 2021-06-15

Changed

0.6.2 - 2021-02-12

Fixed

  • Fixed assertions in le::read_u32_into and le::read_u64_into which could have allowed buffers not to be fully populated (rand#1096)

0.6.1 - 2021-01-03

Fixed

  • Avoid panic when using RngCore::seed_from_u64 with a seed which is not a multiple of four (rand#1082)

Other

  • Enable all stable features in the playground (rand#1081)

[0.6.0] - 2020-12-08

Breaking changes

  • Bump MSRV to 1.36, various code improvements ([rand#1011])
  • Update to getrandom v0.2 ([rand#1041])
  • Fix: next_u32_via_fill and next_u64_via_fill now use LE as documented ([rand#1061])

Other

... (truncated)

Commits
  • 89a1336 rand_core: update CHANGELOG for 0.6.4 (#1253)
  • b736407 Merge pull request #1246 from rust-random/work6
  • fbf06ff Optimized path of sample_efraimidis_spirakis is stable
  • 6951164 Bump MSRV to 1.51.0: support const generics by default
  • db80c40 Bump MSRV to 1.38.0: fixes crossbeam-utils dev-dependency
  • 2569e9d Mention disabling getrandom for wasm32-unknown-unknown in README (#1250)
  • 9dd97b4 Merge pull request #1247 from rust-random/TheIronBorn-patch-1
  • d60ab38 optimize simd wmul
  • 2c16a92 Merge pull request #1239 from TheIronBorn/std-simd
  • 949d70f fix doc test
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand_core/releases)
- [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_core@v0.6.0...v0.6.4)

---
updated-dependencies:
- dependency-name: rand_core
  dependency-version: 0.6.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Development

Successfully merging this pull request may close these issues.

0 participants