Skip to content

fix(deps): upgrade getrandom to 0.4 with fill() rename#704

Merged
wpfleger96 merged 1 commit into
mainfrom
fix/getrandom-04
May 21, 2026
Merged

fix(deps): upgrade getrandom to 0.4 with fill() rename#704
wpfleger96 merged 1 commit into
mainfrom
fix/getrandom-04

Conversation

@wpfleger96
Copy link
Copy Markdown
Collaborator

@wpfleger96 wpfleger96 commented May 21, 2026

Summary

  • Upgrade getrandom from 0.2 to 0.4 in crates/sprout-agent/Cargo.toml
  • Rename getrandom::getrandom()getrandom::fill() at all 5 call sites across 4 files (auth.rs, lib.rs, llm.rs, mcp.rs) — the function was renamed in 0.3+ with an identical signature
  • Unblocks Renovate PR fix(deps): update rust crate getrandom to 0.4 - autoclosed #662

getrandom 0.3+ renamed getrandom::getrandom() to getrandom::fill().
Updated all 5 call sites in sprout-agent.
@wpfleger96 wpfleger96 requested a review from a team as a code owner May 21, 2026 21:01
@wpfleger96 wpfleger96 merged commit d4f55ce into main May 21, 2026
15 checks passed
@wpfleger96 wpfleger96 deleted the fix/getrandom-04 branch May 21, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant