4.md (6406B)
1 # PR #4 Bump bumpalo from 3.10.0 to 3.14.0 2 3 - **Status:** open 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-10-07T17:33:20Z 6 - **Branch:** dependabot/cargo/bumpalo-3.14.0 → main 7 - **Labels:** dependencies 8 - **Diff:** [4.diff](./4.diff) 9 10 --- 11 12 Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.14.0. 13 <details> 14 <summary>Changelog</summary> 15 <p><em>Sourced from <a href="https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md">bumpalo's changelog</a>.</em></p> 16 <blockquote> 17 <h2>3.14.0</h2> 18 <p>Released 2023-09-14.</p> 19 <h3>Added</h3> 20 <ul> 21 <li>Added the <code>std</code> cargo feature, which enables implementations of <code>std</code> traits 22 for various things. Right now that is just <code>std::io::Write</code> for 23 <code>bumpalo::collections::Vec</code>, but could be more in the future.</li> 24 </ul> 25 <hr /> 26 <h2>3.13.0</h2> 27 <p>Released 2023-05-22.</p> 28 <h3>Added</h3> 29 <ul> 30 <li>New <code>"allocator-api2"</code> feature enables the use of the allocator API on 31 stable. This feature uses a crate that mirrors the API of the unstable Rust 32 <code>allocator_api</code> feature. If the feature is enabled, references to <code>Bump</code> will 33 implement <code>allocator_api2::Allocator</code>. This allows <code>Bump</code> to be used as an 34 allocator for collection types from <code>allocator-api2</code> and any other crates that 35 support <code>allocator-api2</code>.</li> 36 </ul> 37 <h3>Changed</h3> 38 <ul> 39 <li>The minimum supported Rust version (MSRV) is now 1.63.0.</li> 40 </ul> 41 <hr /> 42 <h2>3.12.2</h2> 43 <p>Released 2023-05-09.</p> 44 <h3>Changed</h3> 45 <ul> 46 <li>Added <code>rust-version</code> metadata to <code>Cargo.toml</code> which helps <code>cargo</code> with version 47 resolution.</li> 48 </ul> 49 <hr /> 50 <h2>3.12.1</h2> 51 <p>Released 2023-04-21.</p> 52 <h3>Fixed</h3> 53 <ul> 54 <li>Fixed a bug where <code>Bump::try_with_capacity(n)</code> where <code>n > isize::MAX</code> could 55 lead to attempts to create invalid <code>Layout</code>s.</li> 56 </ul> 57 <!-- raw HTML omitted --> 58 </blockquote> 59 <p>... (truncated)</p> 60 </details> 61 <details> 62 <summary>Commits</summary> 63 <ul> 64 <li><a href="https://github.com/fitzgen/bumpalo/commit/c610d5adc54b9428465d72c4666c305df04c792a"><code>c610d5a</code></a> Bump to version 3.14.0</li> 65 <li><a href="https://github.com/fitzgen/bumpalo/commit/7dbb89cfdc2255c9bb1d213e7b6fea8bb5be4f24"><code>7dbb89c</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/216">#216</a> from marmeladema/std-io-write</li> 66 <li><a href="https://github.com/fitzgen/bumpalo/commit/cdaaae14448919d497a8172bdf9dba90e778eb7f"><code>cdaaae1</code></a> Implement <code>std::io::Write</code> for <code>Vec\<'bump, u8></code></li> 67 <li><a href="https://github.com/fitzgen/bumpalo/commit/86c63a4a02c52fb79eb8f27fd4d0e5e727cd3116"><code>86c63a4</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/214">#214</a> from waywardmonkeys/typo-fixes</li> 68 <li><a href="https://github.com/fitzgen/bumpalo/commit/9c6c38f3a5424414c444fc0a2798ecf862afeff2"><code>9c6c38f</code></a> Fix some typos.</li> 69 <li><a href="https://github.com/fitzgen/bumpalo/commit/9be533b0877d729ddede5643e0ecafdb0c795e68"><code>9be533b</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/212">#212</a> from waywardmonkeys/clippy-unnecessary-cast</li> 70 <li><a href="https://github.com/fitzgen/bumpalo/commit/4d4cb90a3f48ba984b2d7872ff2e9c6cb7bfdb35"><code>4d4cb90</code></a> clippy: Remove unneccessary casts.</li> 71 <li><a href="https://github.com/fitzgen/bumpalo/commit/2c3ded0f5ef7460f66335ac7e8471b92afd14491"><code>2c3ded0</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/211">#211</a> from frisoft/main</li> 72 <li><a href="https://github.com/fitzgen/bumpalo/commit/b6ea85716872a26519b41058b51c2d098607b61f"><code>b6ea857</code></a> Merge pull request <a href="https://redirect.github.com/fitzgen/bumpalo/issues/1">#1</a> from frisoft/update-license-field</li> 73 <li><a href="https://github.com/fitzgen/bumpalo/commit/abac21c7799f921e423cf57277eff331c000f5ce"><code>abac21c</code></a> Update license field following SPDX 2.1 license expression standard</li> 74 <li>Additional commits viewable in <a href="https://github.com/fitzgen/bumpalo/compare/3.10.0...3.14.0">compare view</a></li> 75 </ul> 76 </details> 77 <br /> 78 79 80 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 81 82 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`. 83 84 [//]: # (dependabot-automerge-start) 85 [//]: # (dependabot-automerge-end) 86 87 --- 88 89 <details> 90 <summary>Dependabot commands and options</summary> 91 <br /> 92 93 You can trigger Dependabot actions by commenting on this PR: 94 - `@dependabot rebase` will rebase this PR 95 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 96 - `@dependabot merge` will merge this PR after your CI passes on it 97 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 98 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 99 - `@dependabot reopen` will reopen this PR if it is closed 100 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 101 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 102 - `@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) 103 - `@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) 104 - `@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) 105 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MTRNord/matrix-fuzz/network/alerts). 106 107 </details> 108