Skip to content

Update deps to handle feasible cargo audit vulnerabilities#1735

Merged
benalleng merged 1 commit into
payjoin:masterfrom
benalleng:cargo-audit-cleanup
Jul 13, 2026
Merged

Update deps to handle feasible cargo audit vulnerabilities#1735
benalleng merged 1 commit into
payjoin:masterfrom
benalleng:cargo-audit-cleanup

Conversation

@benalleng

@benalleng benalleng commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

This is run only on our most updated Cargo lockfile and was tested with cargo audit -f Cargo-recent.lock

Time@0.3.45 remains as a listed vulnerability due to the current 1.85.0 MSRV limitation imposed by the rest of the ecosystem. This can be confirmed with cargo audit --ignore RUSTSEC-2026-0009 -f Cargo-recent.lock

RUSTSEC-2026-0009 remains trivial for us as it is a dependency of payjoin-test-utils only and not a vulnerability in the main payjoin crate exposed in our library as demonstrated with.

$ cargo tree -p payjoin -i time -e normal
warning: nothing to print.

To find dependencies that require specific target platforms, try to use option `--target all` first,
 and then narrow your search scope accordingly.
Pull Request Checklist

Please confirm the following before requesting review:

This is run only on our most updated Cargo lockfile and was tested
with `cargo audit -f Cargo-recent.lock`

Time@0.3.45 remains as a listed vulnerability due to the current 1.85.0 MSRV
limitation imposed by the rest of the ecosystem.
@benalleng benalleng force-pushed the cargo-audit-cleanup branch from a7f54c8 to cad9957 Compare July 13, 2026 16:45
@coveralls

coveralls commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 29267747093

Coverage remained the same at 86.01%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 15876
Covered Lines: 13655
Line Coverage: 86.01%
Coverage Strength: 343.76 hits per line

💛 - Coveralls

@benalleng benalleng marked this pull request as ready for review July 13, 2026 17:04

@spacebear21 spacebear21 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@benalleng benalleng merged commit c52bac9 into payjoin:master Jul 13, 2026
22 checks passed
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.

3 participants