-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerustPull requests that update Rust codePull requests that update Rust code
Description
Summary
Upgrade the rand dependency from version 0.8.5 to 0.9.2.
Related PR
Parent Issue
Details
This is a major version upgrade that includes:
- MSRV bump to 1.63.0
- Update to
rand_corev0.9.0 - Renamed
rand::thread_rng()torand::rng() - Renamed
Rng::gentorandom(to avoid conflict with Rust 2024genkeyword) - Renamed
Rng::gen_rangetorandom_range,gen_booltorandom_bool, etc. - Module rename:
rand::distributionstorand::distr - Distribution rename:
StandardtoStandardUniform - Feature renames (
serde1toserde,getrandomtoos_rng) - New traits:
TryRngCore,TryCryptoRng
See the rand 0.9.0 upgrade guide for migration details.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
In Progress