Commit e4aa0d1
authored
chore(deps): bump libssz family to 0.2.2 (lambdaclass#394)
## 🗒️ Description / Motivation
- Bumps the `libssz` family of dependencies from `0.2.1` to `0.2.2`.
- A new `0.2.2` release is available; this keeps us on the latest patch.
- Pins the intended version explicitly in the workspace manifest instead
of leaving it implicit in the lockfile.
## What Changed
- `Cargo.toml` — `libssz`, `libssz-derive`, `libssz-merkle`,
`libssz-types` requirement changed from `"0.2"` to `"0.2.2"`.
- `Cargo.lock` — corresponding `libssz*` entries updated `0.2.1` →
`0.2.2`.
## Correctness / Behavior Guarantees
- No source changes; purely a dependency patch bump.
- Caret requirement `"0.2.2"` raises the floor while still allowing
compatible patch updates (`>=0.2.2, <0.3.0`).
## Tests Added / Run
- `make fmt` — clean
- `make lint` — clean
- `make test` — 62 passed, 8 pre-existing `AttestationTooFarInFuture`
failures in `forkchoice_spectests` (verified identical on `main`,
unrelated to this change).
## Related Issues / PRs
- N/A
## ✅ Verification Checklist
- [x] Ran `make fmt` — clean
- [x] Ran `make lint` (clippy with `-D warnings`) — clean
- [ ] Ran `cargo test --workspace --release` — 8 pre-existing forkchoice
spectest failures unrelated to this change (same on `main`)1 parent 37ccee7 commit e4aa0d1
2 files changed
Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments