dependabot[bot] opened a new pull request, #2663:
URL: https://github.com/apache/iggy/pull/2663

   Bumps [compio-net](https://github.com/compio-rs/compio) from 0.10.0 to 
0.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/compio-rs/compio/releases";>compio-net's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.11.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(dispatcher): Make concurrency by <a 
href="https://github.com/George-Miao";><code>@​George-Miao</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/244";>compio-rs/compio#244</a></li>
   <li>feat(runtime): catch unwind in spawn* by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/245";>compio-rs/compio#245</a></li>
   <li>refactor(driver): add SharedFd &amp; OwnedFd and require them in 
operations by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/230";>compio-rs/compio#230</a></li>
   <li>fix(runtime): incorrect min_timeout by <a 
href="https://github.com/Mivik";><code>@​Mivik</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/246";>compio-rs/compio#246</a></li>
   <li>refactor(driver): generic SharedFd by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/247";>compio-rs/compio#247</a></li>
   <li>fix: feature typo by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/249";>compio-rs/compio#249</a></li>
   <li>feat(fs): AsyncFd by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/248";>compio-rs/compio#248</a></li>
   <li>feat(driver): reduce eventfd IO by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/250";>compio-rs/compio#250</a></li>
   <li>fix(runtime): handle busy error in spawn_blocking by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/253";>compio-rs/compio#253</a></li>
   <li>feat(driver): move future state into RawOp by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/251";>compio-rs/compio#251</a></li>
   <li>perf(net): rewrite net bench and optimize by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/254";>compio-rs/compio#254</a></li>
   <li>refactor(dispatcher): reduces alloc and API change by <a 
href="https://github.com/George-Miao";><code>@​George-Miao</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/255";>compio-rs/compio#255</a></li>
   <li>feat(dispatcher): derive debug for dispatcher by <a 
href="https://github.com/George-Miao";><code>@​George-Miao</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/256";>compio-rs/compio#256</a></li>
   <li>feat(driver): add io-uring sqpoll support by <a 
href="https://github.com/Sherlock-Holo";><code>@​Sherlock-Holo</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/257";>compio-rs/compio#257</a></li>
   <li>perf: move named pipe bench and add unix socket bench by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/258";>compio-rs/compio#258</a></li>
   <li>build(deps): update nix requirement from 0.28.0 to 0.29.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/259";>compio-rs/compio#259</a></li>
   <li>feat(dispatcher): dispatch blocking fn's by <a 
href="https://github.com/George-Miao";><code>@​George-Miao</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/260";>compio-rs/compio#260</a></li>
   <li>feat(process): compio-process by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/224";>compio-rs/compio#224</a></li>
   <li>feat(runtime): faster SendWrapper with cached thread id by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/261";>compio-rs/compio#261</a></li>
   <li>fix(driver,poll): ENOENT on Linux by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/263";>compio-rs/compio#263</a></li>
   <li>fix(driver,iocp): use Vec instead of ArrayVec by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/262";>compio-rs/compio#262</a></li>
   <li>test(net): use random port by <a 
href="https://github.com/AsakuraMizu";><code>@​AsakuraMizu</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/267";>compio-rs/compio#267</a></li>
   <li>feat(net): add PollFd to wait for readiness by <a 
href="https://github.com/Berrysoft";><code>@​Berrysoft</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/265";>compio-rs/compio#265</a></li>
   <li>refactor(macro): remove compio::main restrictions by <a 
href="https://github.com/ClSlaid";><code>@​ClSlaid</code></a> in <a 
href="https://redirect.github.com/compio-rs/compio/pull/268";>compio-rs/compio#268</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Mivik";><code>@​Mivik</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/compio-rs/compio/pull/246";>compio-rs/compio#246</a></li>
   <li><a href="https://github.com/AsakuraMizu";><code>@​AsakuraMizu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/compio-rs/compio/pull/267";>compio-rs/compio#267</a></li>
   <li><a href="https://github.com/ClSlaid";><code>@​ClSlaid</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/compio-rs/compio/pull/268";>compio-rs/compio#268</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/compio-rs/compio/compare/v0.10.0...v0.11.0";>https://github.com/compio-rs/compio/compare/v0.10.0...v0.11.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/compio-rs/compio/commit/7bf10c4738a8b0c5e0d0f24f9b51dd72b48a5cc6";><code>7bf10c4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/compio-rs/compio/issues/269";>#269</a> from 
Berrysoft/feat/release-0.11.0</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/c01fa759e623d0056fcc8f3fea6b90f751011611";><code>c01fa75</code></a>
 feat: prepare for 0.11.0 release</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/55198566014191f0b1324e4f33f8d28c2f0d9c53";><code>5519856</code></a>
 Merge pull request <a 
href="https://redirect.github.com/compio-rs/compio/issues/268";>#268</a> from 
ClSlaid/chore/macro/main</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/877c4a58e2f1fe44e5099d68be445a603235c8c0";><code>877c4a5</code></a>
 fix(macros): remove unused imports</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/e53e0e27b3fbaac3fc1e2e5349ab79789ffb81a6";><code>e53e0e2</code></a>
 chore: remove compio::main restrictions</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/3780d33a1d17ada0e498455db84e039fba933689";><code>3780d33</code></a>
 Merge pull request <a 
href="https://redirect.github.com/compio-rs/compio/issues/265";>#265</a> from 
Berrysoft/dev/poll-fd</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/dec8b683de822838753c5f2df45fecd036bde94a";><code>dec8b68</code></a>
 Merge pull request <a 
href="https://redirect.github.com/compio-rs/compio/issues/267";>#267</a> from 
AsakuraMizu/master</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/ad2c96d5788bd8ef87f9f2ba4e6fb399751e867e";><code>ad2c96d</code></a>
 test(net): use random port</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/f7e59233cc2a6e5bc45c836b767a04ede551a53d";><code>f7e5923</code></a>
 fix(net,windows): use select correctly</li>
   <li><a 
href="https://github.com/compio-rs/compio/commit/1840254ace995a56c31c173c2d2a16b600cf3fa1";><code>1840254</code></a>
 refactor(net): split poll_fd into cfg-inners</li>
   <li>Additional commits viewable in <a 
href="https://github.com/compio-rs/compio/compare/v0.10.0...v0.11.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=compio-net&package-manager=cargo&previous-version=0.10.0&new-version=0.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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)
   
   
   </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]

Reply via email to