chore(deps): update rand requirement from 0.8.5 to 0.10.1#128
chore(deps): update rand requirement from 0.8.5 to 0.10.1#128dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 251a79d16e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| prost-build = "0.13" | ||
| raft-log = "0.3.0" | ||
| rand = { version = "0.8.5", features = ["small_rng", "serde1"] } | ||
| rand = { version = "0.10.1", features = ["small_rng", "serde1"] } |
There was a problem hiding this comment.
Drop removed
small_rng feature from rand 0.10
Updating rand to 0.10.1 while keeping features = ["small_rng", "serde1"] makes dependency resolution fail for crates that inherit this workspace dependency (for example crates/client/client and benchmark). In rand 0.10, small_rng was removed, so Cargo will reject this manifest when it tries to resolve rand 0.10.x, breaking builds/tests that use the workspace rand entry.
Useful? React with 👍 / 👎.
Updates the requirements on [rand](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](rust-random/rand@0.8.5...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
251a79d to
b98693c
Compare
Updates the requirements on rand to permit the latest version.
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)