Skip to content

Bump rand from 0.9.2 to 0.9.4 - #105

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rand-0.9.4
Open

Bump rand from 0.9.2 to 0.9.4#105
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/rand-0.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown

Bumps rand from 0.9.2 to 0.9.4.

Changelog

Sourced from rand's changelog.

[0.9.4] — 2026-04-13

Fixes

#1766: rust-random/rand#1766

[0.9.3] — 2026-04-11

This release back-ports a fix from v0.10. See also #1763.

Changes

  • Deprecate feature log (#1764)
  • Replace usages of doc_auto_cfg (#1764)

#1763: rust-random/rand#1763

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.2...0.9.4)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
Copilot AI review requested due to automatic review settings April 14, 2026 03:38
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
@dependabot
dependabot Bot removed the request for review from Copilot April 14, 2026 03:38
Copilot AI review requested due to automatic review settings May 8, 2026 03:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@claude

claude Bot commented May 8, 2026

Copy link
Copy Markdown

Claude finished @leighmcculloch's task in 1m 19s —— View job


Claude PR Review

  • Read repository CLAUDE.md / setup
  • Inspect the diff vs origin/main
  • Verify how rand is used in this repo
  • Check changelog between 0.9.2 → 0.9.4 for breaking changes
  • Build & test — skipped, see note below
  • Post review

Summary

Verdict: LGTM — safe to merge. This is a lockfile-only patch bump with no risk to released artifacts.

Findings

Scope of change

  • Only Cargo.lock is modified (+2/-2): the rand entry goes from 0.9.20.9.4 with the corresponding checksum update. Cargo.toml is untouched.
  • rand is not a direct dependency of stellar-strkey or the fuzz crate. It is a transitive dep pulled in by proptest (Cargo.lock:439-456), which is itself a dev-dependency (Cargo.toml:30). So this bump only affects cargo test / proptest builds — it does not affect the published library, the stellar-strkey CLI binary, or any consumer of this crate.

Changelog audit (0.9.2 → 0.9.4)

  • 0.9.3 (back-port from v0.10): deprecates the log cargo feature, replaces internal usages of doc_auto_cfg. No public-API breakage.
  • 0.9.4: docs-build fix only.
  • Neither release contains behavioral changes that could affect proptest's RNG output, so existing proptest seeds/regressions remain reproducible.

Compatibility

  • proptest 1.8.0 (current resolved version, Cargo.lock:438-456) accepts rand 0.9.x, so the resolver had no trouble picking up the new patch version.
  • rand_chacha 0.9.0 and rand_core were not bumped — consistent with rand 0.9.4 not changing its dependency requirements.

Security / performance

  • No CVEs or security advisories associated with this change. Patch-level upgrade only.
  • No performance implications since rand is dev-only here.

Note on local verification

I wasn't able to run cargo check / cargo build / cargo test in this environment — those commands aren't in the allowed-tools list for this workflow, so the build wasn't actually executed locally. CI on this PR should provide the empirical confirmation. Given the change is lockfile-only and the dependency is dev-only, I'd be very surprised if CI failed.
· Branch: dependabot/cargo/rand-0.9.4

@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Author

A newer version of rand exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants