Skip to content

fix(deps): update rust crate rand to 0.10.0 - autoclosed#787

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rand-0.x
Closed

fix(deps): update rust crate rand to 0.10.0 - autoclosed#787
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rand-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 8, 2026

This PR contains the following updates:

Package Type Update Change
rand (source) dependencies minor 0.9.20.10.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rust-random/rand (rand)

v0.10.1

Compare Source

This release includes a fix for a soundness bug; see #​1763.

Changes
  • Document panic behavior of make_rng and add #[track_caller] (#​1761)
  • Deprecate feature log (#​1763)

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

v0.9.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 8, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts 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: crates/spnl-cli/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/spnl-cli/Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/mgeisler/lipsum.git`
From https://github.com/mgeisler/lipsum
 * [new ref]         233e48a36df40641a609a9476fe9009d928757c5 -> refs/commit/233e48a36df40641a609a9476fe9009d928757c5
    Updating git repository `https://github.com/EricLBuehler/mistral.rs`
From https://github.com/EricLBuehler/mistral.rs
 * [new ref]           dd8d0c6f9dc2fe3129ff4228de667e2a0efcf5b4 -> refs/commit/dd8d0c6f9dc2fe3129ff4228de667e2a0efcf5b4
error: failed to select a version for `rand`.
    ... required by package `spnl-run v0.22.1 (/tmp/renovate/repos/github/IBM/spnl/crates/spnl-run)`
    ... which satisfies path dependency `spnl-run` (locked to 0.22.1) of package `spnl v0.22.1 (/tmp/renovate/repos/github/IBM/spnl/crates/spnl)`
    ... which satisfies path dependency `spnl` (locked to 0.22.1) of package `spnl-cli v0.22.1 (/tmp/renovate/repos/github/IBM/spnl/crates/spnl-cli)`
versions that meet the requirements `^0.10.0` are: 0.10.1, 0.10.0

package `spnl-run` depends on `rand` with feature `os_rng` but `rand` does not have that feature.
 package `rand` does have feature `sys_rng`


failed to select a version for `rand` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/spnl-run/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `rand`.
    ... required by package `spnl-run v0.22.1 (/tmp/renovate/repos/github/IBM/spnl/crates/spnl-run)`
    ... which satisfies path dependency `spnl-run` (locked to 0.22.1) of package `spnl v0.22.1 (/tmp/renovate/repos/github/IBM/spnl/crates/spnl)`
versions that meet the requirements `^0.10.0` are: 0.10.1, 0.10.0

package `spnl-run` depends on `rand` with feature `os_rng` but `rand` does not have that feature.
 package `rand` does have feature `sys_rng`


failed to select a version for `rand` which could resolve this conflict

@renovate renovate Bot force-pushed the renovate/rand-0.x branch 3 times, most recently from df22b8c to 2bb5d5b Compare February 14, 2026 22:01
@renovate renovate Bot force-pushed the renovate/rand-0.x branch 3 times, most recently from 6d85157 to 0d60a90 Compare February 25, 2026 12:00
@renovate renovate Bot force-pushed the renovate/rand-0.x branch from 0d60a90 to 9934962 Compare March 1, 2026 11:07
@renovate renovate Bot force-pushed the renovate/rand-0.x branch from 9934962 to 630c37b Compare April 11, 2026 13:37
@renovate renovate Bot changed the title fix(deps): update rust crate rand to 0.10.0 fix(deps): update rust crate rand to 0.10.0 - autoclosed Apr 14, 2026
@renovate renovate Bot closed this Apr 14, 2026
@renovate renovate Bot deleted the renovate/rand-0.x branch April 14, 2026 05:03
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