build(deps): bump rand and refresh lockfile, drop unused zerocopy - #48
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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
zerocopyfrom0.8.48to0.8.56. - Bump dev-dependency
randfrom0.10.0to0.10.2. - Refresh
Cargo.lockviacargo 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rand0.10.0→0.10.2.zerocopyas a direct dependency — it was unused (no references in the Rust sources).cargo updateto refresh the lockfile, updating transitive dependencies and dropping stale wasm/wit-related packages.Verification
just ci(fmt --check, clippy -D warnings, tests) — passedjust teston MSRV 1.86.0 and stable — passed (18 tests)cargo audit -D warnings— no vulnerabilitiescargo llvm-cov --workspace --all-features --codecov— passed