Upgrade rand ecosystem: rand 0.10, rand_core 0.10, getrandom 0.4, mt19937 3.3#7179
Draft
Copilot wants to merge 5 commits intodependabot/cargo/rand-0.10.0from
Draft
Upgrade rand ecosystem: rand 0.10, rand_core 0.10, getrandom 0.4, mt19937 3.3#7179Copilot wants to merge 5 commits intodependabot/cargo/rand-0.10.0from
Copilot wants to merge 5 commits intodependabot/cargo/rand-0.10.0from
Conversation
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Update getrandom from 0.3 to 0.4 with sys_rng feature - Update rand_core from 0.9 to 0.10.0 (removed os_rng feature) - Update mt19937 from 3.1 to 3.3.0 - Update random.rs to use new rand_core 0.10 API (Rng trait, try_from_rng) - Use getrandom::SysRng instead of deprecated os_rng feature Co-authored-by: youknowone <[email protected]>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Update rand dependency from 0.9.2 to 0.10.0
Upgrade rand ecosystem: rand 0.10, rand_core 0.10, getrandom 0.4, mt19937 3.3
Feb 17, 2026
Member
|
@copilot check the CI failures |
Change from rand::Rng to rand::RngExt to match rand 0.10 API where the random() method is provided by RngExt trait instead of Rng trait. Co-authored-by: youknowone <[email protected]>
Contributor
Author
Member
|
also fix wasm build: |
Add getrandom 0.3 as explicit dependency in rustpython-common to ensure wasm_js feature is enabled for all getrandom 0.3 users (e.g., ahash). Also enable wasm_js feature in workspace getrandom 0.4 dependency. Co-authored-by: youknowone <[email protected]>
Contributor
Author
Fixed WASM build. The issue was that Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
9814429 to
70d2bd3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.