Skip to content

fix: resolve cargo audit CI workflow error#255

Open
orbitalturtle wants to merge 4 commits intolndk-org:masterfrom
orbitalturtle:fix-cargo-audit-workflow
Open

fix: resolve cargo audit CI workflow error#255
orbitalturtle wants to merge 4 commits intolndk-org:masterfrom
orbitalturtle:fix-cargo-audit-workflow

Conversation

@orbitalturtle
Copy link
Copy Markdown
Collaborator

@orbitalturtle orbitalturtle commented Mar 20, 2026

  • Cargo audit was failing because a number of dependencies needed to be upgraded, including Rust, bytes, tokio, and time.
  • Because of the Rust upgrade:
    • The nix flake needed to be upgraded as well.
    • Cargo clippy enforces some new rules.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 7.36%. Comparing base (971f69f) to head (aef4d27).

Files with missing lines Patch % Lines
src/main.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #255      +/-   ##
=========================================
+ Coverage    6.88%   7.36%   +0.48%     
=========================================
  Files           1       1              
  Lines         218     190      -28     
=========================================
- Hits           15      14       -1     
+ Misses        203     176      -27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@orbitalturtle
Copy link
Copy Markdown
Collaborator Author

Looks like cargo audit wants rust to be upgraded, which I'll add to this pr soon and then hopefully the CI will stop throwing errors :-)

@orbitalturtle orbitalturtle force-pushed the fix-cargo-audit-workflow branch from 79dd9b0 to 7996ca7 Compare March 24, 2026 21:09
@orbitalturtle orbitalturtle force-pushed the fix-cargo-audit-workflow branch from 7996ca7 to 85579a0 Compare March 24, 2026 21:22
@orbitalturtle orbitalturtle force-pushed the fix-cargo-audit-workflow branch from 39c3c01 to 971d192 Compare March 24, 2026 21:52
@orbitalturtle orbitalturtle force-pushed the fix-cargo-audit-workflow branch 2 times, most recently from bee8674 to be572ac Compare March 27, 2026 22:20
@orbitalturtle orbitalturtle force-pushed the fix-cargo-audit-workflow branch from be572ac to aef4d27 Compare March 27, 2026 22:25
@orbitalturtle orbitalturtle requested review from a-mpch and dunxen March 27, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant