Outdated dependencies
Scanned with cargo outdated and cargo audit.
Security advisories (direct)
bincode 2.0.1 — unmaintained (RUSTSEC-2025-0141). Bumping to 3.0.0 (listed below) addresses this.
Direct dependency updates
| Crate |
Current |
Latest |
Kind |
bincode |
2.0.1 |
3.0.0 |
dev |
criterion |
0.5.1 |
0.8.2 |
dev |
rand |
0.8.6 |
0.10.1 |
dev |
rand_core |
0.6.4 |
0.10.1 |
normal |
sha3 |
0.10.9 |
0.11.0 |
normal |
Instructions
- Bump the listed crates. Each is a major bump and may require code changes.
- Run
cargo build, cargo test, and cargo bench --no-run.
- Run
cargo fmt.
- Open a draft PR titled
chore: update dependencies. Link this issue.
- If CI passes, mark the PR ready and add reviewer
rubenhensen.
- Skip bumps that cannot be cleanly applied — note them in the PR body.
Outdated dependencies
Scanned with
cargo outdatedandcargo audit.Security advisories (direct)
bincode 2.0.1— unmaintained (RUSTSEC-2025-0141). Bumping to 3.0.0 (listed below) addresses this.Direct dependency updates
bincodecriterionrandrand_coresha3Instructions
cargo build,cargo test, andcargo bench --no-run.cargo fmt.chore: update dependencies. Link this issue.rubenhensen.