Commit cd9cbdf
authored
chore(deps): bump ractor from 0.14.7 to 0.15.10 in /code (#1465)
Bumps [ractor](https://github.com/slawlor/ractor) from 0.14.7 to
0.15.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/slawlor/ractor/releases">ractor's
releases</a>.</em></p>
<blockquote>
<h2>v0.15.10</h2>
<h2>What's Changed</h2>
<ul>
<li>add 'spawn_instant' to thead_local actor, similar to the normal
actor by <a href="https://github.com/0x53A"><code>@0x53A</code></a> in
<a
href="https://redirect.github.com/slawlor/ractor/pull/397">slawlor/ractor#397</a></li>
<li>feat(derive): Support generic types for Ractor messages by <a
href="https://github.com/iskng"><code>@iskng</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/399">slawlor/ractor#399</a></li>
<li>Bump actions/checkout from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slawlor/ractor/pull/400">slawlor/ractor#400</a></li>
<li>Performance improvements giving ~15% better message processing
latencies and MPS metrics along with enhanced documentations by <a
href="https://github.com/slawlor"><code>@slawlor</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/402">slawlor/ractor#402</a></li>
<li>Cleanup proc macro to give more structured errors and cleaner
parsing by <a
href="https://github.com/slawlor"><code>@slawlor</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/403">slawlor/ractor#403</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slawlor/ractor/compare/v0.15.9...v0.15.10">https://github.com/slawlor/ractor/compare/v0.15.9...v0.15.10</a></p>
<h2>v0.15.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/setup-node from 4 to 5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slawlor/ractor/pull/388">slawlor/ractor#388</a></li>
<li>derive: fix RpcReplyPort generic extraction using last() path
segment… by <a href="https://github.com/iskng"><code>@iskng</code></a>
in <a
href="https://redirect.github.com/slawlor/ractor/pull/393">slawlor/ractor#393</a></li>
<li>Bump actions/setup-node from 5 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slawlor/ractor/pull/394">slawlor/ractor#394</a></li>
<li>ractor_cluster: Add external transport injection
(ClusterBidiStream), docs + tests by <a
href="https://github.com/iskng"><code>@iskng</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/391">slawlor/ractor#391</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/iskng"><code>@iskng</code></a> made
their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/393">slawlor/ractor#393</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slawlor/ractor/compare/v0.15.8...v0.15.9">https://github.com/slawlor/ractor/compare/v0.15.8...v0.15.9</a></p>
<h2>v0.15.8</h2>
<h2>What's Changed</h2>
<ul>
<li>New (opt-in) performance-enhanced output port implementation by <a
href="https://github.com/Kannen"><code>@Kannen</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/369">slawlor/ractor#369</a></li>
<li>Bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/slawlor/ractor/pull/382">slawlor/ractor#382</a></li>
<li>Fix non-semver break by <a
href="https://github.com/slawlor"><code>@slawlor</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/385">slawlor/ractor#385</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slawlor/ractor/compare/v0.15.7...v0.15.8">https://github.com/slawlor/ractor/compare/v0.15.7...v0.15.8</a></p>
<h2>v0.15.7</h2>
<h2>What's Changed</h2>
<ul>
<li>apply opinionated rustfmt by <a
href="https://github.com/slawlor"><code>@slawlor</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/354">slawlor/ractor#354</a></li>
<li>fix: mismatched types by <a
href="https://github.com/leoregul"><code>@leoregul</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/360">slawlor/ractor#360</a></li>
<li>Improving error messages when we cannot deconvert a type. by <a
href="https://github.com/krisajenkins"><code>@krisajenkins</code></a>
in <a
href="https://redirect.github.com/slawlor/ractor/pull/366">slawlor/ractor#366</a></li>
<li>remove unnecessary arcs in ActorProperties by <a
href="https://github.com/Kannen"><code>@Kannen</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/373">slawlor/ractor#373</a></li>
<li>[WASM] remove MaybeSend, ensure 'timeout' is Send by <a
href="https://github.com/0x53A"><code>@0x53A</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/362">slawlor/ractor#362</a></li>
<li>Impl PartialEq, Eq, Hash for ActorRef by <a
href="https://github.com/realchonk"><code>@realchonk</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/368">slawlor/ractor#368</a></li>
<li>Update ractor to 0.15.7 by <a
href="https://github.com/slawlor"><code>@slawlor</code></a> in <a
href="https://redirect.github.com/slawlor/ractor/pull/380">slawlor/ractor#380</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/leoregul"><code>@leoregul</code></a>
made their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/360">slawlor/ractor#360</a></li>
<li><a
href="https://github.com/krisajenkins"><code>@krisajenkins</code></a>
made their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/366">slawlor/ractor#366</a></li>
<li><a href="https://github.com/Kannen"><code>@Kannen</code></a> made
their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/373">slawlor/ractor#373</a></li>
<li><a href="https://github.com/0x53A"><code>@0x53A</code></a> made
their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/362">slawlor/ractor#362</a></li>
<li><a href="https://github.com/realchonk"><code>@realchonk</code></a>
made their first contribution in <a
href="https://redirect.github.com/slawlor/ractor/pull/368">slawlor/ractor#368</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slawlor/ractor/compare/v0.15.6...v0.15.7">https://github.com/slawlor/ractor/compare/v0.15.6...v0.15.7</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/slawlor/ractor/commit/ba3e9d7992a5a62f213d1752f445b52e7fe95490"><code>ba3e9d7</code></a>
Cleanup proc macro to give more structured errors and cleaner parsing
(<a
href="https://redirect.github.com/slawlor/ractor/issues/403">#403</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/2a17af24a170da342167a2a152183cdd0c9c0c0e"><code>2a17af2</code></a>
AI optimizations and documentation (<a
href="https://redirect.github.com/slawlor/ractor/issues/402">#402</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/c545b33fd96773897e894b45d1f9d687a60d4459"><code>c545b33</code></a>
Bump actions/checkout from 5 to 6 (<a
href="https://redirect.github.com/slawlor/ractor/issues/400">#400</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/59f3354f12091360b68f947a90763973524bad62"><code>59f3354</code></a>
feat(derive): Support generic types for Ractor messages (<a
href="https://redirect.github.com/slawlor/ractor/issues/399">#399</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/c23afce4bd53eddaf0db26bea86da70f9fe5c458"><code>c23afce</code></a>
add 'spawn_instant' to thead_local actor, similar to the normal actor
(<a
href="https://redirect.github.com/slawlor/ractor/issues/397">#397</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/8654768e82f1e72ab5fb832b87d62ecdc6f2e1ce"><code>8654768</code></a>
bump ractor version for release</li>
<li><a
href="https://github.com/slawlor/ractor/commit/be3b23eb9ce3f59abd98e6bfa7afeacf8a6347f5"><code>be3b23e</code></a>
ractor_cluster: Add external transport injection (ClusterBidiStream),
docs + ...</li>
<li><a
href="https://github.com/slawlor/ractor/commit/954f20b101c419673cfd400538ed1212770650d9"><code>954f20b</code></a>
Bump actions/setup-node from 5 to 6 (<a
href="https://redirect.github.com/slawlor/ractor/issues/394">#394</a>)</li>
<li><a
href="https://github.com/slawlor/ractor/commit/730e8c015212742e0e96470ea96feb8017a35504"><code>730e8c0</code></a>
derive: fix RpcReplyPort generic extraction using last() path segment
(suppor...</li>
<li><a
href="https://github.com/slawlor/ractor/commit/6f8c160a46c5c327e28e9ad2c42afb2cb9635bc2"><code>6f8c160</code></a>
Bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/slawlor/ractor/issues/388">#388</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/slawlor/ractor/compare/v0.14.7...v0.15.10">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent b874eaa commit cd9cbdf
2 files changed
Lines changed: 45 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments