Skip to content

Commit 6e9cacf

Browse files
chore(deps): bump capnp from 0.26.0 to 0.27.1 (#378)
Bumps [capnp](https://github.com/capnproto/capnproto-rust) from 0.26.0 to 0.27.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capnproto/capnproto-rust/commit/dbfeb6578924c32e89b7c7463d9bb5be910c2218"><code>dbfeb65</code></a> prepare for capnp-v0.27.1 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/c4c2a56556c1a7a9d10151d951d82e6867d34a5e"><code>c4c2a56</code></a> [ScratchSpaceHeapAllocator] allow full scratch space to be used</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/2228b71e55cee819c30450bb9bfd9c1f6a722429"><code>2228b71</code></a> Bump actions-rs-plus/clippy-check from 2.7.0 to 2.7.1 (<a href="https://redirect.github.com/capnproto/capnproto-rust/issues/679">#679</a>)</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/b4050dc8fba019a67f989c33fd97ea3871f16574"><code>b4050dc</code></a> prepare for v0.27.0 release</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/95aa3ccfe44be6171f8ba6001c6422de7b5f2415"><code>95aa3cc</code></a> cleanups enabled by schema Eq/Hash support (<a href="https://redirect.github.com/capnproto/capnproto-rust/issues/678">#678</a>)</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/c406b4ee68a2e1ce4905cccac6a8d95db8232835"><code>c406b4e</code></a> make Disconnector wait for shutdown (<a href="https://redirect.github.com/capnproto/capnproto-rust/issues/677">#677</a>)</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/baeb528d01ace9a2001623d3f384c9dc3d9af000"><code>baeb528</code></a> clean up CapTable (<a href="https://redirect.github.com/capnproto/capnproto-rust/issues/676">#676</a>)</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/7b7e5fd619a9fba494d81f33d237d3e52f043819"><code>7b7e5fd</code></a> make more private::layout things pub(crate) instead of pub</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/5b766751f744ad72d0d7b6df12dc349773c3ac8b"><code>5b76675</code></a> make WirePoint pub(crate) instead of pub</li> <li><a href="https://github.com/capnproto/capnproto-rust/commit/202340a284150c8689a6609c9739a300a77e174b"><code>202340a</code></a> update doc comments on PrimitiveElement</li> <li>Additional commits viewable in <a href="https://github.com/capnproto/capnproto-rust/compare/capnp-v0.26.0...capnp-v0.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=capnp&package-manager=cargo&previous-version=0.26.0&new-version=0.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent efe4763 commit 6e9cacf

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/echidna-wire/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/hyperpolymath/echidna"
1111
build = "build.rs"
1212

1313
[dependencies]
14-
capnp = "0.26"
14+
capnp = "0.27"
1515

1616
[build-dependencies]
1717
capnpc = "0.26"

0 commit comments

Comments
 (0)