Skip to content

chore(deps): update dependencies#7

Merged
jimmystridh merged 1 commit into
mainfrom
chore/update-dependencies
Apr 1, 2026
Merged

chore(deps): update dependencies#7
jimmystridh merged 1 commit into
mainfrom
chore/update-dependencies

Conversation

@jimmystridh

Copy link
Copy Markdown
Owner

Summary

  • rand 0.9 -> 0.10 (major version bump): Migrated Rng -> RngExt, gen() -> random(), gen_bool() -> random_bool() in stream_bench.rs to match rand 0.10 API changes
  • cargo update: Bumped 60 transitive dependencies to latest compatible versions, including clap 4.6, wasm-bindgen 0.2.117, criterion 0.8.2, chrono 0.4.44, memchr 2.8, tempfile 3.27, and others

Test plan

  • cargo build --workspace compiles successfully
  • cargo test --workspace — all 93 tests pass
  • cargo clippy --workspace -- -D warnings — no warnings

- rand 0.9 -> 0.10 (major): migrate Rng->RngExt, gen()->random(),
  gen_bool()->random_bool() in stream_bench.rs
- cargo update: bump 60 transitive deps to latest compatible versions
  (clap 4.6, wasm-bindgen 0.2.117, criterion 0.8.2, chrono 0.4.44,
  memchr 2.8, tempfile 3.27, etc.)
@jimmystridh jimmystridh merged commit c4b079d into main Apr 1, 2026
14 checks passed
@jimmystridh jimmystridh deleted the chore/update-dependencies branch April 1, 2026 21:11
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