deps(deps): update rand_core requirement from 0.6 to 0.9#21
Conversation
67254c3 to
2eb5d7f
Compare
Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2eb5d7f to
4af8934
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the rand_core dependency from version 0.6 to 0.9 across the workspace, following Dependabot's automated dependency update. The change affects cryptographic operations throughout the WRAITH Protocol codebase, which heavily relies on random number generation for key generation, encryption, and protocol operations.
Key Changes
- Updated workspace-level
rand_coredependency from 0.6 to 0.9 withgetrandomfeature - Updated direct
rand_coredependency inwraith-clifrom 0.6 to 0.9 - No code changes required, suggesting API compatibility is maintained
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| Cargo.toml | Updates workspace-level rand_core requirement from 0.6 to 0.9 with getrandom feature |
| crates/wraith-cli/Cargo.toml | Updates direct rand_core dependency from 0.6 to 0.9 in CLI crate |
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@doublegate I've opened a new pull request, #23, to work on those changes. Once the pull request is ready, I'll request review from you. |
- Revert rand_core from 0.9 to 0.6 for compatibility with stable crypto deps - Update wraith-cli to use workspace dependency for rand_core - Add DEPENDENCY_UPDATE_NOTES.md documenting the incompatibility - All CI checks pass (build, test, clippy, fmt) Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
fix(deps): revert rand_core to 0.6 due to cryptographic ecosystem incompatibility
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Updates the requirements on rand_core to permit the latest version.
Changelog
Sourced from rand_core's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)