chore(rust): upgrade rand to 0.9 and adapt generation helpers #37

Merged
wandabastyle merged 1 commit from phase3c-rand-0.9 into main 2026-05-01 00:36:56 +02:00
wandabastyle commented 2026-05-01 00:32:20 +02:00 (Migrated from github.com)

Summary

  • upgrade direct rand dependency from 0.8 to 0.9
  • update Alphanumeric import paths and RNG constructors at token/state/ticket generation call sites
  • keep behavior unchanged while aligning with rand 0.9 API

Verification

  • cargo check
  • cargo clippy --all-targets --all-features
  • cargo test
## Summary - upgrade direct `rand` dependency from `0.8` to `0.9` - update `Alphanumeric` import paths and RNG constructors at token/state/ticket generation call sites - keep behavior unchanged while aligning with `rand 0.9` API ## Verification - `cargo check` - `cargo clippy --all-targets --all-features` - `cargo test`
Sign in to join this conversation.
No description provided.