Skip to content

Commit 014e3b0

Browse files
committed
Address dependency warnings
1 parent 45b9108 commit 014e3b0

5 files changed

Lines changed: 875 additions & 865 deletions

File tree

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ ignore = [
33
"RUSTSEC-2023-0071",
44
# rustls-webpki 0.101.7 via aws-smithy-http-client legacy TLS; cannot upgrade until AWS SDK drops rustls 0.21
55
"RUSTSEC-2026-0049",
6+
# rand 0.8.5 unsoundness only triggers when a custom `log` implementation calls
7+
# `rand::rng()` during trace-level logging. Hadrian uses `tracing-subscriber`, not a
8+
# custom `log::Log` implementation, so the affected code path is unreachable. rand
9+
# 0.8.5 is pulled in transitively via augurs, kreuzberg, and sqlx-postgres.
10+
"RUSTSEC-2026-0097",
611
]

0 commit comments

Comments
 (0)