chore(deps): bump rand from 0.9.4 to 0.10.1#1750
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3bb1d1c941
ℹ️ 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".
| "quickcheck", | ||
| "quoted_printable", | ||
| "rand 0.9.4", | ||
| "rand 0.10.1", |
There was a problem hiding this comment.
Align locked rand version with declared dependency range
Cargo.toml still declares rand = { version = "0.9.3", optional = true } (caret range <0.10), but this lockfile change pins the root vrl package to rand 0.10.1. Because rand is part of the default stdlib feature set, this creates a manifest/lock mismatch that should fail the repo’s lockfile sync check (.github/workflows/test.yml, cargo update --workspace --locked) and break reproducible --locked builds.
Useful? React with 👍 / 👎.
7480e60 to
9d67d82
Compare
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 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@0.9.4...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>
9d67d82 to
7387bba
Compare
Bumps rand from 0.9.4 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)