Skip to content

chore(deps): bump rand 0.8 to 0.10#93

Merged
pratyush618 merged 1 commit intomasterfrom
chore/bump-rand-major
May 1, 2026
Merged

chore(deps): bump rand 0.8 to 0.10#93
pratyush618 merged 1 commit intomasterfrom
chore/bump-rand-major

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

Summary

Bumps rand two majors (0.8 → 0.10). The codebase has exactly one call site — rand::random::<u64>() in crates/taskito-core/src/resilience/retry.rs — and that function signature is unchanged across 0.8/0.9/0.10, so no migration code needed.

The new lockfile resolves to rand 0.10.1 and rand_core 0.10.1.

Verification (local)

  • cargo check --workspace --all-features — clean
  • cargo test --workspace — all 78 tests pass (43 + 1 + 5 + 29)
  • cargo clippy --workspace --all-features -- -D warnings — clean

Test plan

  • CI: SQLite, Postgres, Redis Rust suites green
  • CI: lint job green

@github-actions github-actions Bot added the rust label May 1, 2026
@pratyush618 pratyush618 merged commit 7d9ed5b into master May 1, 2026
19 checks passed
@pratyush618 pratyush618 deleted the chore/bump-rand-major branch May 2, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant