Skip to content

deps: bump rand_core from 0.6.4 to 0.9.3#6327

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand_core-0.9.3
Open

deps: bump rand_core from 0.6.4 to 0.9.3#6327
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/rand_core-0.9.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps rand_core from 0.6.4 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

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 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)

Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.6.4 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.6.4...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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 16, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants