Commit eeb2923
chore: dependency overhaul (#135)
* chore: replace unmaintained backoff with backon to fix rand vuln
The `backoff` crate depends on `rand@0.8.5` which was flagged with a
security vulnerability. Replace it with `backon`, an actively maintained
alternative with equivalent exponential backoff and async retry support.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: bump all dependencies to latest
Update all dependency versions to their latest semver-compatible
releases and fix indicatif 0.18 API changes (template() now returns
Result, enable_steady_tick() now takes Duration).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: update changelog for recent dependency changes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: box Command in Exec error variant to satisfy clippy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b0b8a94 commit eeb2923
13 files changed
Lines changed: 393 additions & 530 deletions
File tree
- src
- dfxvm
- error
- tests/suite
- common
- dfxvm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments