Commit 3cb77fe
fix: resolve cargo-deny failures (wildcard deps + rand advisory) (#2370)
* chore: fix cargo-deny failures (wildcard deps + new rand advisory)
Add version constraints to ironclaw_engine, ironclaw_gateway, and
ironclaw_tui path dependencies so cargo-deny's wildcard check passes
for public crates. Ignore RUSTSEC-2026-0097 (rand unsoundness with
custom logger calling rand::rng() during reseed) — we don't use that
pattern.
[skip-regression-check]
https://claude.ai/code/session_01X86EZxqXEFiU9VetyhPKjM
* chore: add revisit-by date to rand advisory ignore
Address PR review feedback: add a concrete expiry date and upgrade
target so the RUSTSEC-2026-0097 ignore doesn't become a permanent
blind spot.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent fdb0a13 commit 3cb77fe
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments