Commit d7d1e4e
committed
fix(security): upgrade bytes crate to fix RUSTSEC-2026-0007
Upgrade the bytes crate from 1.10 to 1.11.1 to fix the integer overflow
vulnerability in BytesMut::reserve (RUSTSEC-2026-0007).
- Updated workspace dependency: bytes = "1.10" -> bytes = "1.11.1"
- Regenerated Cargo.lock with bytes 1.11.11 parent 3bc2741 commit d7d1e4e
2 files changed
Lines changed: 3 additions & 3 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 | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments