Skip to content

build(deps): bump the capnp-version group with 2 updates#1118

Merged
pamburus merged 1 commit into
masterfrom
dependabot/cargo/capnp-version-2fa4229b33
Nov 1, 2025
Merged

build(deps): bump the capnp-version group with 2 updates#1118
pamburus merged 1 commit into
masterfrom
dependabot/cargo/capnp-version-2fa4229b33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 31, 2025

Bumps the capnp-version group with 2 updates: capnp and capnpc.

Updates capnp from 0.21.7 to 0.23.0

Commits
  • b2a2fb5 restore previous evalaute_impl in calculator example
  • 76aab35 prepare for v0.23.0 releases
  • a521894 add blog post for 0.23 release
  • 9ac5124 bump versions to 0.23.0-alpha
  • aaa8222 add test for returning self-cap from method
  • e7bec3b add new_client_from_rc()
  • a4e8f37 update docs
  • 6bafb59 restore tests for edition 2015 and 2018
  • 2ecd0fa &self -> Rc<Self> in RPC methods
  • 6cb826f remove last usages of pry!()
  • Additional commits viewable in compare view

Updates capnpc from 0.21.4 to 0.23.2

Commits
  • 9429982 prepare for capnpc-v0.23.2 release
  • 2b94645 remove remaining async block from codegen
  • 32164c0 prepare for capnpc-v0.23.1 release
  • 63f04f7 follow clippy suggestion on referring to float constants
  • a4acfea remove needeless 'as_bytes()', as suggested by clippy
  • f9cdd33 treak to blog post
  • 64e82b1 update versions in doc comment
  • 3f13e95 link to new blog post in yesterday's blog post
  • b2a2fb5 restore previous evalaute_impl in calculator example
  • 76aab35 prepare for v0.23.0 releases
  • Additional commits viewable in compare view

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 31, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.40%. Comparing base (5e0b770) to head (3956524).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1118   +/-   ##
=======================================
  Coverage   84.40%   84.40%           
=======================================
  Files          47       47           
  Lines        9919     9919           
=======================================
  Hits         8372     8372           
  Misses       1547     1547           

☔ 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.

@pamburus pamburus closed this Nov 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 1, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@pamburus pamburus reopened this Nov 1, 2025
@pamburus
Copy link
Copy Markdown
Owner

pamburus commented Nov 1, 2025

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 1, 2025

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pamburus
Copy link
Copy Markdown
Owner

pamburus commented Nov 1, 2025

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/cargo/capnp-version-2fa4229b33 branch from 4742d66 to 08b61de Compare November 1, 2025 07:28
@pamburus
Copy link
Copy Markdown
Owner

pamburus commented Nov 1, 2025

@dependabot rebase

Bumps the capnp-version group with 2 updates: [capnp](https://github.com/capnproto/capnproto-rust) and [capnpc](https://github.com/capnproto/capnproto-rust).


Updates `capnp` from 0.21.7 to 0.23.0
- [Commits](capnproto/capnproto-rust@capnp-v0.21.7...capnp-v0.23.0)

Updates `capnpc` from 0.21.4 to 0.23.2
- [Commits](capnproto/capnproto-rust@capnpc-v0.21.4...capnpc-v0.23.2)

---
updated-dependencies:
- dependency-name: capnp
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: capnp-version
- dependency-name: capnpc
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: capnp-version
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/capnp-version-2fa4229b33 branch from 08b61de to 3956524 Compare November 1, 2025 08:17
@pamburus pamburus merged commit 90763ce into master Nov 1, 2025
12 checks passed
@pamburus pamburus deleted the dependabot/cargo/capnp-version-2fa4229b33 branch November 1, 2025 08: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.

1 participant