chore(deps): bump rcgen from 0.12.1 to 0.14.6 #2577

Open
dependabot[bot] wants to merge 1 commit from refs/pull/2577/head into staging
dependabot[bot] commented 2025-12-15 02:32:24 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2138
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2138
Original created: 2025-12-15T02:32:24Z
Original updated: 2026-01-14T06:48:08Z
Original head: carverauto/serviceradar:dependabot/cargo/rcgen-0.14.6
Original base: staging

Bumps rcgen from 0.12.1 to 0.14.6.

Release notes

Sourced from rcgen's releases.

0.14.6

What's Changed

0.14.5

Implement SigningKey for &impl SigningKey to make Issuer more broadly useful.

What's Changed

0.14.4

What's Changed

0.14.3

What's Changed

0.14.2

  • Add a CertifiedIssuer type (see #363)

What's changed

0.14.1

Declare 1.71 rust-version and check MSRV in CI.

What's Changed

0.14.0 contains a number of potentially breaking API changes, though hopefully the rate of API change should slow down after this. Here is a summary of the most noticeable changes you might run into:

... (truncated)

Commits
  • 5693362 rcgen: bump version to 0.14.6
  • e347b76 Forward selected crypto backend to x509-parser
  • 0f9f5a9 ci: sync cargo-check-external-types nightly
  • 24bd69a Bump actions/checkout from 5 to 6
  • e3f6b5f chore: fix some typos in comments
  • 63cfad2 Rename invalid CSR signature error variant
  • 6bbe775 csr: update documentation about parsing PEM
  • 733a1ca csr: document potential errors from parsing CSRs
  • 247bccc csr: use specific error for CSR signature verification failure
  • a5a56b4 examples: add signing new cert using existing ca pem files
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Imported from GitHub pull request. Original GitHub pull request: #2138 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2138 Original created: 2025-12-15T02:32:24Z Original updated: 2026-01-14T06:48:08Z Original head: carverauto/serviceradar:dependabot/cargo/rcgen-0.14.6 Original base: staging --- Bumps [rcgen](https://github.com/rustls/rcgen) from 0.12.1 to 0.14.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rcgen/releases">rcgen's releases</a>.</em></p> <blockquote> <h2>0.14.6</h2> <h2>What's Changed</h2> <ul> <li>Use private cfg for docs.rs-like builds by <a href="https://github.com/ctz"><code>@​ctz</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/384">rustls/rcgen#384</a></li> <li>Expand rustdoc for CertificateSigningRequestParams::from_der by <a href="https://github.com/dwhjames"><code>@​dwhjames</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/386">rustls/rcgen#386</a></li> <li>Group imports by <a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/381">rustls/rcgen#381</a></li> <li>examples: add signing new cert using existing ca pem files by <a href="https://github.com/iamjpotts"><code>@​iamjpotts</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/379">rustls/rcgen#379</a></li> <li>Tweak CSR parsing errors/documentation by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/390">rustls/rcgen#390</a></li> <li>Rename invalid CSR signature error variant by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/393">rustls/rcgen#393</a></li> <li>chore: fix some typos in comments by <a href="https://github.com/black5box"><code>@​black5box</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/395">rustls/rcgen#395</a></li> <li>ci: sync cargo-check-external-types nightly by <a href="https://github.com/cpu"><code>@​cpu</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/399">rustls/rcgen#399</a></li> <li>Forward selected crypto backend to x509-parser by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/398">rustls/rcgen#398</a></li> </ul> <h2>0.14.5</h2> <p>Implement SigningKey for <code>&amp;impl SigningKey</code> to make <code>Issuer</code> more broadly useful.</p> <h2>What's Changed</h2> <ul> <li>Forward signing and public key data through references by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/380">rustls/rcgen#380</a></li> </ul> <h2>0.14.4</h2> <h2>What's Changed</h2> <ul> <li>Upgrade botan to 0.12 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/377">rustls/rcgen#377</a></li> <li>Upgrade x509-parser to 0.18 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/376">rustls/rcgen#376</a></li> <li>Add unstable support for ML-DSA algorithms by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/374">rustls/rcgen#374</a></li> </ul> <h2>0.14.3</h2> <h2>What's Changed</h2> <ul> <li>docs: fix typo in <code>PKCS_RSA_SHA384</code> doc comment by <a href="https://github.com/Bravo555"><code>@​Bravo555</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/367">rustls/rcgen#367</a></li> <li>Fix regression in key usage purpose encoding by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/369">rustls/rcgen#369</a></li> </ul> <h2>0.14.2</h2> <ul> <li>Add a <code>CertifiedIssuer</code> type (see <a href="https://redirect.github.com/rustls/rcgen/issues/363">#363</a>)</li> </ul> <h2>What's changed</h2> <ul> <li>Add a CertifiedIssuer by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/363">rustls/rcgen#363</a></li> <li>Provide a non-owning constructor for <code>Issuer</code> by <a href="https://github.com/p-avital"><code>@​p-avital</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/362">rustls/rcgen#362</a></li> <li>Allow access to the CertifiedIssuer's Certificate by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/364">rustls/rcgen#364</a></li> </ul> <h2>0.14.1</h2> <p>Declare 1.71 <code>rust-version</code> and check MSRV in CI.</p> <h2>What's Changed</h2> <ul> <li>Check MSRV in CI by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/361">rustls/rcgen#361</a></li> </ul> <p>0.14.0 contains a number of potentially breaking API changes, though hopefully the rate of API change should slow down after this. Here is a summary of the most noticeable changes you might run into:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rcgen/commit/5693362c2ecc8ac8315e48caa1facb18c76574db"><code>5693362</code></a> rcgen: bump version to 0.14.6</li> <li><a href="https://github.com/rustls/rcgen/commit/e347b76abaae62d35afca9a41123816bf3205809"><code>e347b76</code></a> Forward selected crypto backend to x509-parser</li> <li><a href="https://github.com/rustls/rcgen/commit/0f9f5a987fef351bcc65311c42d75ed287b173ee"><code>0f9f5a9</code></a> ci: sync cargo-check-external-types nightly</li> <li><a href="https://github.com/rustls/rcgen/commit/24bd69ad62e6f4ad8d704c88f29a612096b4beee"><code>24bd69a</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/rustls/rcgen/commit/e3f6b5f8a84f2407cb00e09578b432a1b2957b5d"><code>e3f6b5f</code></a> chore: fix some typos in comments</li> <li><a href="https://github.com/rustls/rcgen/commit/63cfad2901b437a43bc26e54ee73d260fa30dc51"><code>63cfad2</code></a> Rename invalid CSR signature error variant</li> <li><a href="https://github.com/rustls/rcgen/commit/6bbe775089f9c69dd97cf8262d29180f483c1329"><code>6bbe775</code></a> csr: update documentation about parsing PEM</li> <li><a href="https://github.com/rustls/rcgen/commit/733a1cac683623ae3947fff1847975f6d4a87d81"><code>733a1ca</code></a> csr: document potential errors from parsing CSRs</li> <li><a href="https://github.com/rustls/rcgen/commit/247bccc40c515bc2994ef296e2487e7b5a31813a"><code>247bccc</code></a> csr: use specific error for CSR signature verification failure</li> <li><a href="https://github.com/rustls/rcgen/commit/a5a56b40c17210ceeb95cbaecf471ffde39b6f31"><code>a5a56b4</code></a> examples: add signing new cert using existing ca pem files</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rcgen/compare/v0.12.1...v0.14.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rcgen&package-manager=cargo&previous-version=0.12.1&new-version=0.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refs/pull/2577/head:refs/pull/2577/head
git switch refs/pull/2577/head

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch staging
git merge --no-ff refs/pull/2577/head
git switch refs/pull/2577/head
git rebase staging
git switch staging
git merge --ff-only refs/pull/2577/head
git switch refs/pull/2577/head
git rebase staging
git switch staging
git merge --no-ff refs/pull/2577/head
git switch staging
git merge --squash refs/pull/2577/head
git switch staging
git merge --ff-only refs/pull/2577/head
git switch staging
git merge refs/pull/2577/head
git push origin staging
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2577
No description provided.