Commit 09b04aa
chore: sync npm package.json to v0.8.0 (#79)
* ci: cross-platform tests, security audit, macOS x86_64 release, npm version sync
CI:
- Tests now run on Ubuntu, macOS, AND Windows (was Ubuntu-only)
- Added cargo-audit security scanning via rustsec/audit-check
- Each OS gets its own rust-cache key
Release:
- Added x86_64-apple-darwin target (Intel Macs were unsupported)
- 5 release targets: macOS ARM64, macOS x86_64, Linux x86_64,
Linux ARM64, Windows x86_64
npm:
- Synced package.json version to 0.8.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: patch rustls-webpki vulnerability, configure audit to deny vulns only
Update rustls-webpki 0.103.9 → 0.103.11 (RUSTSEC-2026-0049).
Configure cargo-audit to --deny vulnerabilities only (not warnings
for unmaintained transitive deps in fastembed that we can't control).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: correct cargo-audit flags, ignore unmaintained transitive deps
The --deny flag doesn't accept 'vulnerabilities' as a value.
Instead, ignore the 3 specific warnings that are all in fastembed's
transitive deps (number_prefix, paste, rand) — we can't fix upstream.
Actual vulnerabilities (like the rustls-webpki we already patched)
will still fail the audit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4aac79a commit 09b04aa
4 files changed
Lines changed: 22 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments