Skip to content

build(deps): bump rand and refresh lockfile, drop unused zerocopy - #48

Merged
Nugine merged 2 commits into
mainfrom
build/deps
Aug 16, 2026
Merged

build(deps): bump rand and refresh lockfile, drop unused zerocopy#48
Nugine merged 2 commits into
mainfrom
build/deps

Conversation

@Nugine

@Nugine Nugine commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump dev-dependency rand 0.10.00.10.2.
  • Remove zerocopy as a direct dependency — it was unused (no references in the Rust sources).
  • Run cargo update to refresh the lockfile, updating transitive dependencies and dropping stale wasm/wit-related packages.

Verification

  • just ci (fmt --check, clippy -D warnings, tests) — passed
  • just test on MSRV 1.86.0 and stable — passed (18 tests)
  • cargo audit -D warnings — no vulnerabilities
  • cargo llvm-cov --workspace --all-features --codecov — passed

Copilot AI lite review requested due to automatic review settings August 16, 2026 19:38
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.81%. Comparing base (be841d1) to head (fe0b73c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files          12       12           
  Lines         713      713           
  Branches      713      713           
=======================================
  Hits          619      619           
  Misses         89       89           
  Partials        5        5           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Pull request overview

Updates the crate’s dependency set by bumping zerocopy and rand to newer compatible releases and refreshing the lockfile so transitive dependencies align with the updated resolution.

Changes:

  • Bump direct dependency zerocopy from 0.8.48 to 0.8.56.
  • Bump dev-dependency rand from 0.10.0 to 0.10.2.
  • Refresh Cargo.lock via cargo update, updating/removing various transitive crates.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates direct/dev dependency versions (zerocopy, rand).
Cargo.lock Refreshes the resolved dependency graph to match updated versions.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Cargo.toml Outdated
@Nugine Nugine changed the title build(deps): upgrade zerocopy and rand, refresh lockfile build(deps): bump rand and refresh lockfile, drop unused zerocopy Aug 16, 2026
@Nugine
Nugine merged commit 24e9e27 into main Aug 16, 2026
7 checks passed
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.

2 participants