chore(deps): batch update 5 dependencies#48
Merged
Conversation
- 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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch update of 5 Dependabot-flagged dependencies into a single PR, validated together:
tomlfrom_str/to_string_prettyused, both unchangedcriterionnotifyconfig_watch.rs), no API changes on macOSportable-ptyyaml(npm)Security
yamlvulnerable to stack overflow via deeply nested YAML collections (Medium / CVSS 4.3)What's NOT included
upload-artifactv4→v7) and chore(deps): bump actions/download-artifact from 7 to 8 #36 (download-artifactv7→v8) — both failcargo-distintegrity check. Needcargo-distversion upgrade +dist initinstead.Supersedes
Closes #19, closes #37, closes #39, closes #45, closes #46
Verification
cargo clippy --all-targets -- -D warnings— cleancargo fmt --check— cleanCargo.tomlversion bumps + regenerated lockfilesTest plan
cargo test— 525 tests passcargo clippy— zero warningscargo fmt --check— cleancargo build --release— compilesghost-complete install— installs successfullyghost-complete doctor— all checks pass