Skip to content

Commit cf5214d

Browse files
lwshangclaude
andauthored
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

5 files changed

+432
-375
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[advisories]
22
ignore = [
33
"RUSTSEC-2025-0140", # gix-date UTF-8 contract issue dependency of cargo-generate
4-
"RUSTSEC-2026-0001", # rkyv undefined behavior on OOM dependency of byte-unit
5-
"RUSTSEC-2026-0037", # quinn-proto DoS - transitive via reqwest/ic-agent, quinn feature not used
64

75
# Unmaintained crates (transitive dependencies)
86
"RUSTSEC-2021-0127", # serde_cbor - dependency of ic-agent/ic-transport-types

0 commit comments

Comments
 (0)