Skip to content

Commit a895584

Browse files
committed
Update ei tests
1 parent 9569ed8 commit a895584

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ pattern = [
114114

115115
[workspace.metadata.unmaintained]
116116
ignore = [
117+
"ff",
117118
"foreign-types",
118119
"libredox",
119120
"rand_chacha",

ei/tests/rustsec_advisories.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ found (125)
502502
rustls-pemfile https://rustsec.org/advisories/RUSTSEC-2025-0134.html
503503
bincode https://rustsec.org/advisories/RUSTSEC-2025-0141.html
504504
---
505-
As of 2026-01-13, the RustSec Advisory Database contains 193 active advisories for unmaintained packages. Using the above conditions, `cargo-unmaintained` automatically identifies 125 (64%) of them. These results can be reproduced by running the [`rustsec_advisories`] example within this repository.
505+
As of 2026-03-14, the RustSec Advisory Database contains 193 active advisories for unmaintained packages. Using the above conditions, `cargo-unmaintained` automatically identifies 125 (64%) of them. These results can be reproduced by running the [`rustsec_advisories`] example within this repository.
506506
---
507507
- Of the 68 packages in the RustSec Advisory Database _not_ identified by `cargo-unmaintained`:
508508
- 12 do not build

ei/tests/rustsec_issues.stdout

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ tandem...found
229229
Parser...not found
230230
ignoring `https://sr.ht/~stygianentity/bincode/` from `https://github.com/rustsec/advisory-db/issues/2514`
231231
ignoring `https://www.reddit.com/r/rust/s/CgvzHQPqUZ.` from `https://github.com/rustsec/advisory-db/issues/2514`
232-
not found (140)
232+
audiopus_sys...not found
233+
not found (141)
233234
term https://github.com/rustsec/advisory-db/issues/134
234235
termcolor https://github.com/rustsec/advisory-db/issues/173
235236
term https://github.com/rustsec/advisory-db/issues/173
@@ -370,6 +371,7 @@ not found (140)
370371
icu https://github.com/rustsec/advisory-db/issues/2424
371372
unic-ucd-utils https://github.com/rustsec/advisory-db/issues/2424
372373
Parser https://github.com/rustsec/advisory-db/issues/2456
374+
audiopus_sys https://github.com/rustsec/advisory-db/issues/2704
373375
found (61)
374376
chan https://github.com/rustsec/advisory-db/issues/173
375377
rust-crypto https://github.com/rustsec/advisory-db/issues/173

tests/cases/cargo.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@
2626
},
2727
"version": "0.3.5"
2828
},
29+
{
30+
"name": "ff",
31+
"outdated_deps": [
32+
{
33+
"name": "rand_core",
34+
"req": "^0.6",
35+
"version_latest": null,
36+
"version_used": "0.6.4"
37+
},
38+
{
39+
"name": "rand",
40+
"req": "^0.8",
41+
"version_latest": null,
42+
"version_used": "0.8.5"
43+
}
44+
],
45+
"repo_status": {
46+
"Age": null
47+
},
48+
"version": "0.13.0"
49+
},
2950
{
3051
"name": "gix-packetline-blocking",
3152
"outdated_deps": [],

0 commit comments

Comments
 (0)