Commit a383480
committed
fix: resolve all workflow failures
- Fix const fn error: remove 'const' from rss_bytes() in metrics.rs
(was calling non-const read_linux_rss() and unwrap_or)
- Fix formatting: run cargo fmt --all on 19 files
- Fix deny.toml: remove deprecated 'unlicensed'/'copyleft' keys,
remove [[bans.allow]] whitelist causing all crates to be denied,
add MPL-2.0/CDLA-Permissive-2.0/Unicode-3.0 to license allowlist,
add advisory ignores for transitive unmaintained deps
- Upgrade wasmtime 27→42 to fix 4 CVEs (RUSTSEC-2026-0020/0021,
RUSTSEC-2025-0046/0118); no breaking API changes
- Upgrade lru 0.12→0.16 to fix unsound IterMut advisory (RUSTSEC-2026-0002)
- Fix cargo-audit: add --ignore RUSTSEC-2023-0071 (rsa via sqlx-mysql,
no fix available upstream)
- Fix scorecard: set publish_results: false (repo token lacks code
scanning write access needed by 'listCommits' graphQL query)
- Add version to mycelium-browser path dep to fix wildcard ban1 parent bf79610 commit a383480
File tree
26 files changed
+599
-474
lines changed- .github/workflows
- crates
- mycelium-browser
- examples
- src
- tests
- mycelium-graph
- src
- adapters
- application
- tests
26 files changed
+599
-474
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments