Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.16.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md">bumpalo's changelog</a>.</em></p> <blockquote> <h2>3.16.0</h2> <p>Released 2024-04-08.</p> <h3>Added</h3> <ul> <li>Added an optional, off-by-default dependency on the <code>serde</code> crate. Enabling this dependency allows you to serialize Bumpalo's collection and box types. Deserialization is not implemented, due to constraints of the deserialization trait.</li> </ul> <hr /> <h2>3.15.4</h2> <p>Released 2024-03-07.</p> <h3>Added</h3> <ul> <li>Added the <code>bumpalo::collections::Vec::extend_from_slices_copy</code> method, which is a faster way to extend a vec from multiple slices when the element is <code>Copy</code> than calling <code>extend_from_slice_copy</code> N times.</li> </ul> <hr /> <h2>3.15.3</h2> <p>Released 2024-02-22.</p> <h3>Added</h3> <ul> <li>Added additional performance improvements to <code>bumpalo::collections::Vec</code> related to reserving capacity.</li> </ul> <hr /> <h2>3.15.2</h2> <p>Released 2024-02-21.</p> <h3>Added</h3> <ul> <li>Add a <code>bumpalo::collections::Vec::extend_from_slice_copy</code> method. This doesn't exist on the standard library's <code>Vec</code> but they have access to specialization, so their regular <code>extend_from_slice</code> has a specialization for <code>Copy</code> types. Using this new method for <code>Copy</code> types is a ~80x performance improvement over the plain <code>extend_from_slice</code> method.</li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fitzgen/bumpalo/commit/4eeab8847c85d5cde135ca21ae14a54e56b05224"><code>4eeab88</code></a> Bump to version 3.16.0</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/d746a56a51b73a53eb666f1a29961466ab84478a"><code>d746a56</code></a> add serde serialization support (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/210">#210</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/49c5a71b1577a1eb534c6e0169b2cfdb3043bf43"><code>49c5a71</code></a> Bump to version 3.15.4</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/6a913331480aca98bce3a53e850ff3ef6ea64800"><code>6a91333</code></a> Adds <code>Vec::extend_from_slices_copy</code> that accepts multiple slices (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/240">#240</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/2ed8718ae1a72f9050ae8e1286f0d5d75d9508c5"><code>2ed8718</code></a> Bump to 3.15.3</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/1803cca5181beae91753c5233501e8ad09441e26"><code>1803cca</code></a> Modifies RawVec <code>reserve</code> fn structure to improve inlining (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/239">#239</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/2ffdfb3849ec2dfe55cdbf5f1048cd96182605a3"><code>2ffdfb3</code></a> Bump to version 3.15.2</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/54c88f0fe0f935fa5c20298ba3b442cacdf12118"><code>54c88f0</code></a> Provides implementation of <code>Vec::extend_from_slice</code> optimized for <code>T: Copy</code> (...</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/f8597ceb3600807a902fa9692fb43c49e7b63b27"><code>f8597ce</code></a> Fix MSRV in <code>Cargo.toml</code>; bump to version 3.15.1</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/bb660a398d3af301b76c55b1cbc099c92f65688b"><code>bb660a3</code></a> Bump to version 3.15.0</li> <li>Additional commits viewable in <a href="https://github.com/fitzgen/bumpalo/compare/3.11.0...3.16.0">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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/thirtythreeforty/neolink/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.