Skip to content

Update Rust crate rand to 0.10.0#3059

Open
nextest-bot wants to merge 1 commit intomainfrom
renovate/rand-0.x
Open

Update Rust crate rand to 0.10.0#3059
nextest-bot wants to merge 1 commit intomainfrom
renovate/rand-0.x

Conversation

@nextest-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
rand (source) workspace.dependencies minor 0.9.2 -> 0.10.0

Release Notes

rust-random/rand (rand)

v0.10.0

Compare Source

Changes
  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#​1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#​1632)
  • Use Edition 2024 and MSRV 1.85 (#​1653)
  • Let Fill be implemented for element types, not sliceable types (#​1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#​1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#​1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#​1674)
  • Remove Clone support for StdRng, ReseedingRng (#​1677)
  • Use postcard instead of bincode to test the serde feature (#​1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#​1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#​1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#​1717)
Additions
  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#​1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#​1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#​1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#​1734)
Removals

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@nextest-bot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package rand@0.9.2 --precise 0.10.0
    Updating crates.io index
error: failed to select a version for the requirement `rand = "^0.9.2"`
candidate versions found which didn't match: 0.10.0
location searched: crates.io index
required by package `nextest-workspace-hack v0.1.0 (/tmp/renovate/repos/github/nextest-rs/nextest/workspace-hack)`

@nextest-bot nextest-bot force-pushed the renovate/rand-0.x branch 4 times, most recently from 8200048 to 244491a Compare February 18, 2026 07:45
@nextest-bot nextest-bot force-pushed the renovate/rand-0.x branch 3 times, most recently from 83cbaf0 to b46c611 Compare February 23, 2026 04:09
@nextest-bot nextest-bot force-pushed the renovate/rand-0.x branch 2 times, most recently from 7634d06 to 2cc176b Compare March 4, 2026 05:06
@nextest-bot nextest-bot force-pushed the renovate/rand-0.x branch 3 times, most recently from bdeb5a0 to c9fa26a Compare March 12, 2026 03:49
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (aa1a66d) to head (10b9577).

❗ There is a different number of reports uploaded between BASE (aa1a66d) and HEAD (10b9577). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (aa1a66d) HEAD (10b9577)
2 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #3059       +/-   ##
==========================================
- Coverage   85.31%   0.00%   -85.32%     
==========================================
  Files         158      11      -147     
  Lines       46861    2414    -44447     
==========================================
- Hits        39978       0    -39978     
+ Misses       6883    2414     -4469     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot force-pushed the renovate/rand-0.x branch 3 times, most recently from a3c0e90 to 1712ac4 Compare March 16, 2026 04:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant