Commit cf5214d
chore: fix Rust dependency vulnerabilities (#462)
* chore: cargo update
* chore: remove resolved vulnerability ignores from audit.toml
RUSTSEC-2026-0001 and RUSTSEC-2026-0037 are no longer blocking as the
affected crate versions have been upgraded to safe ones in Cargo.lock.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: upgrade winreg to 0.56.0
Resolves RUSTSEC-2026-0037 indirectly — winreg 0.56.0 updates
windows-sys to 0.61.2, which is required by the safe quinn-proto version.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: upgrade bollard to 0.20.2 and fix breaking API changes
Model types moved from `bollard::secret` to `bollard::models` in 0.20.2.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6d2d331 commit cf5214d
File tree
5 files changed
+432
-375
lines changed- .cargo
- crates/icp/src/network/managed
5 files changed
+432
-375
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments