Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps rand_core from 0.5.1 to 0.9.3.

Changelog

Sourced from rand_core's changelog.

0.9.3 - 2025-02-29

Other

  • Remove zerocopy dependency (rand#1607)
  • Deprecate rand_core::impls::fill_via_u32_chunks, fill_via_u64_chunks (rand#1607)

0.9.2 - 2025-02-22

API changes

  • Relax Sized bound on impls of TryRngCore, TryCryptoRng and UnwrapMut (rand#1593)
  • Add UnwrapMut::re to reborrow the inner rng with a tighter lifetime (rand#1595)

0.9.1 - 2025-02-16

API changes

  • Add TryRngCore::unwrap_mut, providing an impl of RngCore over &mut rng (rand#1589)

0.9.0 - 2025-01-27

Dependencies and features

  • Bump the MSRV to 1.63.0 ([rand#1536]); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to getrandom v0.3.0 ([rand#1558])
  • Use zerocopy to replace some unsafe code (rand#1349, [rand#1393], [rand#1446], [rand#1502])
  • Rename feature serde1 to serde ([rand#1477])
  • Rename feature getrandom to os_rng ([rand#1537])

API changes

  • Allow rand_core::impls::fill_via_u*_chunks to mutate source (rand#1182)
  • Add fn RngCore::read_adapter implementing std::io::Read (rand#1267)
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore replacing CryptoRngCore (rand#1273)
  • Add traits TryRngCore, TryCryptoRng ([rand#1424], [rand#1499])
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng ([rand#1424])
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng ([rand#1424])
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed ([rand#1491])

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 6, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/cargo/rand_core-0.9.3 branch 7 times, most recently from 1c601c8 to e2185aa Compare January 12, 2026 11:40
@dependabot dependabot bot force-pushed the dependabot/cargo/rand_core-0.9.3 branch 3 times, most recently from 495f369 to e382cff Compare January 20, 2026 08:36
@dependabot dependabot bot force-pushed the dependabot/cargo/rand_core-0.9.3 branch 3 times, most recently from ee5230e to ae7bd93 Compare February 1, 2026 07:27
Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.5.1 to 0.9.3.
- [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.5.1...v0.9.3)

---
updated-dependencies:
- dependency-name: rand_core
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rand_core-0.9.3 branch from ae7bd93 to fdb36ab Compare February 3, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants