Skip to content

chore(deps): bump the cargo group across 2 directories with 1 update#18

Merged
doublegate merged 15 commits intomainfrom
dependabot/cargo/cargo-920260e05e
Jan 25, 2026
Merged

chore(deps): bump the cargo group across 2 directories with 1 update#18
doublegate merged 15 commits intomainfrom
dependabot/cargo/cargo-920260e05e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the cargo group with 1 update in the / directory: rsa.
Bumps the cargo group with 1 update in the /fuzz directory: rsa.

Updates rsa from 0.9.9 to 0.9.10

Changelog

Sourced from rsa's changelog.

0.9.10 (2026-01-06)

Fixed

  • do not panic on a prime being 1 when loading a secret key (#624)

#624: RustCrypto/RSA#624

Commits

Updates rsa from 0.9.8 to 0.9.10

Changelog

Sourced from rsa's changelog.

0.9.10 (2026-01-06)

Fixed

  • do not panic on a prime being 1 when loading a secret key (#624)

#624: RustCrypto/RSA#624

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the / directory: [rsa](https://github.com/RustCrypto/RSA).
Bumps the cargo group with 1 update in the /fuzz directory: [rsa](https://github.com/RustCrypto/RSA).


Updates `rsa` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.9...v0.9.10)

Updates `rsa` from 0.9.8 to 0.9.10
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.9...v0.9.10)

---
updated-dependencies:
- dependency-name: rsa
  dependency-version: 0.9.10
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: rsa
  dependency-version: 0.9.10
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 6, 2026
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🤖 Hi @dependabot[bot], I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

🤖 I'm sorry @dependabot[bot], but I was unable to process your request. Please see the logs for more details.

@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

❌ Patch coverage is 48.71795% with 20 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/prtip-core/src/types.rs 52.77% 17 Missing ⚠️
crates/prtip-scanner/src/output/mmap_reader.rs 0.00% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@doublegate
Copy link
Owner

@claude fix the failing checks for this PR

@doublegate doublegate self-assigned this Jan 24, 2026
@doublegate doublegate requested a review from Copilot January 24, 2026 21:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@doublegate
Copy link
Owner

@copilot create (or update) your Copilot custom instructions for this project and create a new sub-PR to fix all of the failing checks occurring in this PR

Copy link
Contributor

Copilot AI commented Jan 24, 2026

@doublegate I've opened a new pull request, #19, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits January 24, 2026 21:14
- Created .github/copilot-instructions.md with comprehensive project guidance
- Created .github/CI-FIX-REPORT.md documenting CI status and fixes
- Analyzed failing Gemini Dispatch workflow: root cause is missing API credentials
- All critical CI checks (build, test, security) are passing

Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
…test counts

- Update pnet version from 0.34 to 0.35
- Update clap version from 4.4 to 4.5
- Update sqlx version from 0.7 to 0.8
- Add missing prtip-tui crate to project structure
- Update ignored test count from 73 to 96

Addresses review comments from PR #19

Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
Add Copilot custom instructions and document CI failure root cause
@doublegate
Copy link
Owner

@copilot fix the failing checks --> switch the project from using bincode to rkyv v0.8.14 --> fix everything else required to have all check pass without failures (no errors/warnings)

Copy link
Contributor

Copilot AI commented Jan 24, 2026

@doublegate I've opened a new pull request, #20, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 5 commits January 24, 2026 22:02
Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
Migrate from bincode to rkyv v0.8.14 for memory-mapped serialization
@doublegate
Copy link
Owner

@copilot fix all of the failing checks in this PR, based on the newest committed version of the code (and all the changes we made in subsequent PRs)

Copy link
Contributor

Copilot AI commented Jan 25, 2026

@doublegate I've opened a new pull request, #22, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 3 commits January 25, 2026 03:25
Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
Co-authored-by: doublegate <6858123+doublegate@users.noreply.github.com>
fix: restore correct ScanResultRkyv with manual IpAddr serialization
@doublegate doublegate merged commit cbfcf04 into main Jan 25, 2026
12 of 13 checks passed
@doublegate doublegate deleted the dependabot/cargo/cargo-920260e05e branch January 25, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants