Commit d514b9c
authored
chore(deps): batch update 5 dependencies (#48)
* chore(deps): batch update 5 dependencies
- toml: 1.0 → 1.1 (semver-minor, no API changes)
- criterion: 0.5 → 0.8 (dev-dependency, benchmarks only)
- notify: 7 → 8 (macOS-irrelevant breaking changes, API stable)
- portable-pty: 0.8 → 0.9 (internal cleanup, no consumer API changes)
- yaml: 2.8.2 → 2.8.3 (fixes CVE-2026-33532, fig-converter transitive dep)
All 525 tests pass. Clippy clean. No source code changes.
Supersedes Dependabot PRs #19, #37, #39, #45, #46.
* chore: bump MSRV from 1.75 to 1.86
toml 1.1 and criterion 0.8 declare MSRV 1.85+. The previous 1.75
claim only held because older Cargo doesn't enforce dep MSRVs —
not a real guarantee. Align the declared MSRV with actual dep
requirements.1 parent bf32f12 commit d514b9c
10 files changed
Lines changed: 149 additions & 195 deletions
File tree
- .github/workflows
- crates
- gc-config
- gc-parser
- gc-pty
- gc-suggest
- ghost-complete
- tools/fig-converter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
0 commit comments