Fix minimal-versions CI by constraining transitive dependencies#13
Merged
Jeshua Ben Joseph (Theaxiom) merged 6 commits intomainfrom Feb 14, 2026
Merged
Conversation
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>
Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update dependencies to minimal compatible versions
Fix minimal-versions CI by constraining transitive dependencies
Feb 14, 2026
Copilot started reviewing on behalf of
Jeshua Ben Joseph (Theaxiom)
February 14, 2026 08:17
View session
There was a problem hiding this comment.
Pull request overview
This pull request fixes CI failures in the cargo minimal-versions check job by adding minimum version constraints for transitive dependencies that have compatibility issues with modern Rust nightly. The PR includes a version bump from 0.1.0 to 0.1.1.
Changes:
- Added minimum version constraints for six transitive dependencies (hashbrown, lazy_static, tracing-subscriber, anyhow, thiserror, chrono) to ensure compatibility with Rust nightly
- Bumped version from 0.1.0 to 0.1.1 in Cargo.toml, main.rs, and report/mod.rs
- Removed the inaccurate "Zero Dependencies" claim from README.md
- Updated CHANGELOG.md with details of the dependency constraint fixes
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Version bump to 0.1.1, added minimum version constraints for transitive dependencies, added hashbrown to cache feature |
| src/main.rs | Updated CLI version string from 0.1.0 to 0.1.1 |
| src/report/mod.rs | Updated SARIF output version string from 0.1.0 to 0.1.1 (with syntax error) |
| README.md | Removed inaccurate "Zero Dependencies" feature claim |
| CHANGELOG.md | Added [Unreleased] section documenting the minimal-versions compatibility fixes |
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.
The
cargo minimal-versions checkCI job fails when transitive dependencies resolve to their absolute minimum versions, which have compatibility issues with modern Rust nightly.Changes
Updated
Cargo.tomlwith minimum version constraints for transitive dependencies:stdsimdfeatureEach constraint targets the earliest version that resolves the compatibility issue.
Technical Context
The dependency chain causing the primary failure:
With the constraint, minimal-versions now resolves to hashbrown v0.14.5 which requires ahash ≥ 0.8.7.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
docs.rs/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.