chore: verify all Cargo.toml deps are at latest major versions#6
chore: verify all Cargo.toml deps are at latest major versions#6archon-instinct[bot] wants to merge 1 commit into
Conversation
|
@archon close this pr |
|
I'll look at the open PRs to find the right one to close. gh isn't authenticated with a token, but there's a GitHub App key available. Let me first identify which PR is being referenced. There's a The key file isn't present, but the key content is in Now let me get an installation token and find the PR for the PR #6 is the one (branch Done. PR #6 — "chore: verify all Cargo.toml deps are at latest major versions" (branch The branch |
|
@archon delete the branch |
|
The user wants me to delete the Done. The Remaining branches: only |
Summary
[dependencies]and[dev-dependencies]inCargo.tomlagainst current crates.io versionsDependency Audit
git20.21(vendored-libgit2)thiserror2clap4.6ratatui0.30crossterm0.29nucleo0.5signal-hook0.4tempfile(dev)3Note:
thiserror 1.0.69also appears inCargo.lockas a transitive dependency pulled in by a crate that hasn't migrated to v2 yet — this is expected and doesn't affect our direct dependency on v2.Verification
cargo check/cargo buildpass with no changesgit2retainsdefault-features = falsewithvendored-libgit2, keeping the musl static-linking build intactFixes #5