dependabot[bot] opened a new pull request, #4: URL: https://github.com/apache/casbin-rust-json-adapter/pull/4
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.1 to 3.20.2. <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.20.2</h2> <p>Released 2026-02-19.</p> <h3>Fixed</h3> <ul> <li>Restored <code>Send</code> and <code>Sync</code> implementations for <code>Box<T></code> for <code>T: ?Sized</code> types as well.</li> </ul> <hr /> <h2>3.20.1</h2> <p>Released 2026-02-18.</p> <h3>Fixed</h3> <ul> <li>Restored <code>Send</code> and <code>Sync</code> implementations for <code>Box<T></code> when <code>T: Send</code> and <code>T: Sync</code> respectively.</li> </ul> <hr /> <h2>3.20.0</h2> <p>Released 2026-02-18.</p> <h3>Added</h3> <ul> <li>Added the <code>bumpalo::collections::Vec::pop_if</code> method.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed a bug in the <code>bumpalo::collections::String::retain</code> method in the face of panics.</li> <li>Made <code>bumpalo::collections::Box<T></code> covariant with <code>T</code> (just like <code>std::boxed::Box<T></code>).</li> </ul> <hr /> <h2>3.19.1</h2> <p>Released 2025-12-16.</p> <h3>Changed</h3> <ul> <li>Annotated <code>bumpalo::collections::String::from_str_in</code> as <code>#[inline]</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed compilation failures with the latest nightly Rust when enabling the</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fitzgen/bumpalo/commit/1aad072f93d8a4cf5885446ead554927c7c94f9c"><code>1aad072</code></a> Bump to version 3.20.2 (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/312">#312</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/2fb1d6ae40c56e875cbef9767ae0773e32d60387"><code>2fb1d6a</code></a> Add more tests for send and sync behavior, support unsized types (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/311">#311</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/7c8d1f3870ef2317b1c9b3ef36f6439a6144448e"><code>7c8d1f3</code></a> Bump to 3.20.1 (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/310">#310</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/e06b36ba0cdc94e905a9dc8d7f1ec1abc6d1e34e"><code>e06b36b</code></a> Restore Send and Sync for Box (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/309">#309</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/cb7f03318fbc7eb4559bca301a4bb9e0c2ba58c5"><code>cb7f033</code></a> Bump to 3.20.0 (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/307">#307</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/d97d31cdc5fbd45e19e530962c2b7da0b90e8171"><code>d97d31c</code></a> Make box covariant (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/304">#304</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/f9256f785dfc11faacec160c30bdd2d57dad95a0"><code>f9256f7</code></a> Pin quickcheck (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/306">#306</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/a006efb3a1f42bffc992a8f7f097923cf2c69f2f"><code>a006efb</code></a> Fix String::retain panic safety yielding invalid UTF-8 (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/302">#302</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/96ba38651470cd3929cd793906a25217bab02256"><code>96ba386</code></a> Add pop_if() to Vec (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/301">#301</a>)</li> <li><a href="https://github.com/fitzgen/bumpalo/commit/8c2172aacc35e6b5b95589e87e34b7a31a5b8220"><code>8c2172a</code></a> Bump to version 3.19.1 (<a href="https://redirect.github.com/fitzgen/bumpalo/issues/300">#300</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fitzgen/bumpalo/compare/3.6.1...v3.20.2">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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/casbin-rust-json-adapter/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
