Skip to content

Comments

chore(deps): update rust crate rand to 0.10.0#1840

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2026

This PR contains the following updates:

Package Type Update Change
rand (source) dependencies minor 0.9.20.10.0
rand (source) workspace.dependencies minor 0.9.00.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.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 - Between 05:00 AM and 05:59 AM, on day 1 and 15 of the month ( * 5 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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
Contributor Author

renovate bot commented Feb 20, 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: 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
    Updating git repository `https://github.com/tonbo-io/typed-arrow`
From https://github.com/tonbo-io/typed-arrow
 * [new ref]         bb351a14915641d96d1888f5d8e946ed2bcca5ef -> refs/commit/bb351a14915641d96d1888f5d8e946ed2bcca5ef
error: failed to select a version for the requirement `rand = "^0.9"`
candidate versions found which didn't match: 0.10.0
location searched: crates.io index
required by package `opentelemetry_sdk v0.31.0`
    ... which satisfies dependency `opentelemetry_sdk = "^0.31"` of package `monitoring v0.1.0 (/tmp/renovate/repos/github/edgeandnode/amp/crates/core/monitoring)`
    ... which satisfies path dependency `monitoring` (locked to 0.1.0) of package `admin-client v0.1.0 (/tmp/renovate/repos/github/edgeandnode/amp/crates/clients/admin)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/bin/ampcc/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"`
candidate versions found which didn't match: 0.10.0
location searched: crates.io index
required by package `opentelemetry_sdk v0.31.0`
    ... which satisfies dependency `opentelemetry_sdk = "^0.31"` of package `monitoring v0.1.0 (/tmp/renovate/repos/github/edgeandnode/amp/crates/core/monitoring)`
    ... which satisfies path dependency `monitoring` (locked to 0.1.0) of package `admin-client v0.1.0 (/tmp/renovate/repos/github/edgeandnode/amp/crates/clients/admin)`

@LNSD
Copy link
Contributor

LNSD commented Feb 20, 2026

Closing this temporarily

@LNSD LNSD closed this Feb 20, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 20, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/rand-0.x branch February 20, 2026 23:02
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.

1 participant