Bump capnpc from 0.10.2 to 0.21.4 #2211

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2211/head into main
dependabot[bot] commented 2025-09-08 02:43:59 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1628
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1628
Original created: 2025-09-08T02:43:59Z
Original updated: 2025-11-20T04:03:58Z
Original head: carverauto/serviceradar:dependabot/cargo/capnpc-0.21.4
Original base: main

Bumps capnpc from 0.10.2 to 0.21.4.

Commits
  • 635a4e4 prepare for capnpc-v0.21.4 release
  • 10ac720 prepare for capnp-v0.21.5 release
  • 98a6205 add test_float_constants to capnpc-test
  • 54ffa38 prepare for capnpc-v0.21.3 release
  • 4af493d properly format non-finite float literals
  • 4602348 fix more typos
  • 0562e18 fix typos in comments
  • 8fae01c maybe fix clippy complaint
  • c35ef6c Implement Clone for capnp::capability::Client
  • 5206d4a capnp-rpc/examples/reconnect: Fix lints
  • 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: #1628 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1628 Original created: 2025-09-08T02:43:59Z Original updated: 2025-11-20T04:03:58Z Original head: carverauto/serviceradar:dependabot/cargo/capnpc-0.21.4 Original base: main --- Bumps [capnpc](https://github.com/capnproto/capnproto-rust) from 0.10.2 to 0.21.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capnproto/capnproto-rust/commit/635a4e420b75bf247e75312e4e872aa0e7fb9558"><code>635a4e4</code></a> prepare for capnpc-v0.21.4 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/10ac720051e5a7b4f5c8d3e7f45066c279d27990"><code>10ac720</code></a> prepare for capnp-v0.21.5 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/98a620570cae7d526948f427ee55d2e7a67262cd"><code>98a6205</code></a> add test_float_constants to capnpc-test</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/54ffa387b23f9753c7896a9222cd486c13da60c0"><code>54ffa38</code></a> prepare for capnpc-v0.21.3 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/4af493d74015bfe6459aad3e7af33e51be3c679e"><code>4af493d</code></a> properly format non-finite float literals</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/46023480cf24b6f0a330c1933e5272999284fd81"><code>4602348</code></a> fix more typos</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/0562e18fc881fca36f2d67c37f33c42c434c291b"><code>0562e18</code></a> fix typos in comments</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/8fae01ce3c9bcc131d8619e94090d55a4e87fa19"><code>8fae01c</code></a> maybe fix clippy complaint</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/c35ef6ce1d1bef681f2f5f35cca680156e9cc785"><code>c35ef6c</code></a> Implement Clone for capnp::capability::Client</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/5206d4a2d24589de8271b8ab71f725469a38632a"><code>5206d4a</code></a> capnp-rpc/examples/reconnect: Fix lints</li> <li>Additional commits viewable in <a href="https://github.com/capnproto/capnproto-rust/compare/capnpc-v0.10.2...capnpc-v0.21.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=capnpc&package-manager=cargo&previous-version=0.10.2&new-version=0.21.4)](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.
dependabot[bot] commented 2025-11-20 04:03:52 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1628#issuecomment-3555667556
Original created: 2025-11-20T04:03:52Z

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1628#issuecomment-3555667556 Original created: 2025-11-20T04:03:52Z --- OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

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!2211
No description provided.