chore(deps): bump rand from 0.9.2 to 0.10.1#1452
Merged
Merged
Conversation
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.1. - [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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2641c84 to
53e82fb
Compare
Copilot stopped work on behalf of
jsturtevant due to an error
May 27, 2026 16:20
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Dependabot bump of rand dev-dependency in hyperlight-common from 0.9.2 to 0.10.1. The 0.10 release renamed the Rng trait to RngExt, so the single direct usage in a virtq ring stress test is updated accordingly. The host crate already uses rand 0.10, so this aligns the workspace.
Changes:
- Bump
randdev-dep to0.10.1inhyperlight-common. - Update test import from
rand::Rngtorand::RngExt. - Lockfile updated; transitive users (proptest, metrics-util, opentelemetry_sdk) bumped to
rand 0.9.4.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/hyperlight_common/Cargo.toml | Bumps dev-dep rand to 0.10.1. |
| src/hyperlight_common/src/virtq/ring.rs | Updates trait import to renamed RngExt for random_range. |
| Cargo.lock | Resolves hyperlight-common to rand 0.10.1; transitive deps move to 0.9.4. |
jsturtevant
approved these changes
May 28, 2026
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.
Bumps rand from 0.9.2 to 0.10.1.
Changelog
Sourced from rand's changelog.
... (truncated)
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)