dependabot[bot] opened a new pull request, #5:
URL: https://github.com/apache/casbin-rust-json-adapter/pull/5

   Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 
0.8.3 to 0.8.21.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/crossbeam-rs/crossbeam/releases";>crossbeam-utils's 
releases</a>.</em></p>
   <blockquote>
   <h2>crossbeam-utils 0.8.21</h2>
   <ul>
   <li>Improve implementation of <code>CachePadded</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1152";>#1152</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.20</h2>
   <ul>
   <li>Implement <code>Display</code> for <code>CachePadded</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1097";>#1097</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.19</h2>
   <ul>
   <li>Remove dependency on <code>cfg-if</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1072";>#1072</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.18</h2>
   <ul>
   <li>Relax the minimum supported Rust version to 1.60. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1056";>#1056</a>)</li>
   <li>Improve scalability of <code>AtomicCell</code> fallback. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1055";>#1055</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.17</h2>
   <ul>
   <li>Bump the minimum supported Rust version to 1.61. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1037";>#1037</a>)</li>
   <li>Improve support for targets without atomic CAS or 64-bit atomic. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1037";>#1037</a>)</li>
   <li>Always implement <code>UnwindSafe</code> and <code>RefUnwindSafe</code> 
for <code>AtomicCell</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1045";>#1045</a>)</li>
   <li>Improve compatibility with Miri, TSan, and loom. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/995";>#995</a>, 
<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1003";>#1003</a>)</li>
   <li>Improve compatibility with unstable <code>oom=panic</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1045";>#1045</a>)</li>
   <li>Improve implementation of <code>CachePadded</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1014";>#1014</a>,
 <a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1025";>#1025</a>)</li>
   <li>Update <code>loom</code> dependency to 0.7.</li>
   </ul>
   <h2>crossbeam-utils 0.8.16</h2>
   <ul>
   <li>Improve implementation of <code>CachePadded</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/967";>#967</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.15</h2>
   <ul>
   <li>Add <code>#[clippy::has_significant_drop]</code> to 
<code>ShardedLock{Read,Write}Guard</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/958";>#958</a>)</li>
   <li>Improve handling of very large timeout. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/953";>#953</a>)</li>
   <li>Soft-deprecate <code>thread::scope()</code> in favor of the more 
efficient <code>std::thread::scope</code> that stabilized on Rust 1.63. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/954";>#954</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.14</h2>
   <ul>
   <li>Fix build script bug introduced in 0.8.13. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/932";>#932</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.13</h2>
   <ul>
   <li>Improve support for custom targets. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/922";>#922</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.12</h2>
   <ul>
   <li>Remove the dependency on the <code>once_cell</code> crate to restore the 
MSRV. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/913";>#913</a>)</li>
   <li>Work around <a 
href="https://redirect.github.com/rust-lang/rust/issues/98302";>rust-lang#98302</a>,
 which causes compile error on windows-gnu when LTO is enabled. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/913";>#913</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.11</h2>
   <ul>
   <li>Bump the minimum supported Rust version to 1.38. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/877";>#877</a>)</li>
   </ul>
   <h2>crossbeam-utils 0.8.10</h2>
   <ul>
   <li>Fix unsoundness of <code>AtomicCell</code> on types containing niches. 
(<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/834";>#834</a>)
   This fix contains breaking changes, but they are allowed because this is a 
soundness bug fix. See <a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/834";>#834</a> 
for more.</li>
   </ul>
   <h2>crossbeam-utils 0.8.9</h2>
   <ul>
   <li>Replace lazy_static with once_cell. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/817";>#817</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md";>crossbeam-utils's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Version 0.8.4</h1>
   <ul>
   <li>Remove dependency on <code>cfg-if</code>. (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1072";>#1072</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/ccd83ac4108a2a1b41e9c6e79c87267167d18dfa";><code>ccd83ac</code></a>
 Prepare for the next release</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/54988eb2399c889fb82926c1508bb0ec31bedba2";><code>54988eb</code></a>
 Calculate layout in const context</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/761d0b67e2849479f7b376b4c02a191f6ed796aa";><code>761d0b6</code></a>
 Port <a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146";>#1146</a> 
&amp; <a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147";>#1147</a> 
to deque::Injector and queue::SegQueue</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/8144fbb41e67046d341034843887b0dd5963cddb";><code>8144fbb</code></a>
 Remove optimistic spinning from Context::wait_until</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/a92f6c4fbb5527ef4f86239fd18df426b4e1d84f";><code>a92f6c4</code></a>
 Bump peter-evans/create-pull-request from 5 to 7 (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1153";>#1153</a>)</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/66d41a904f8f51d82d806b86856d72290202d491";><code>66d41a9</code></a>
 channel: Add new_biased constructor for biased channel selection (<a 
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150";>#1150</a>)</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/d0d0a80be89a976a66292ed7d3fb562f9d3d590b";><code>d0d0a80</code></a>
 CachePadded: Use 128-byte alignment on arm64ec</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/f757eefca227f67cb9dc8b90c07500728151f501";><code>f757eef</code></a>
 Add comment about fixed rustc bug</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/71d8bb0277749ba6e3b2e1c846d4b82bc39244e3";><code>71d8bb0</code></a>
 ci: Update minimum tested Rust version to 1.63</li>
   <li><a 
href="https://github.com/crossbeam-rs/crossbeam/commit/5092a9bb2539f00483fc1671300a16b755d386de";><code>5092a9b</code></a>
 ci: Clean up no_atomic.sh</li>
   <li>Additional commits viewable in <a 
href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.3...crossbeam-utils-0.8.21";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam-utils&package-manager=cargo&previous-version=0.8.3&new-version=0.8.21)](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]

Reply via email to