Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump tokio-util from 0.7.8 to 0.7.11 (#102)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.8 to 0.7.11. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/cdf9d997dc79ac51fbe376edd04136251e73c403"><code>cdf9d99</code></a> chore: prepare tokio-util v0.7.11 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6535">#6535</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f6eb1ee19687bfd6cc7bf5c675d946970854013e"><code>f6eb1ee</code></a> time: lazily init timers on first poll (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6512">#6512</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b7d4fba70755e2ec682665f22f630b8a725a3705"><code>b7d4fba</code></a> sync: add <code>mpsc::Receiver::{capacity,max_capacity}</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6511">#6511</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3c8d8e60ca6ffa4a7669f35b098e454893a6a9a6"><code>3c8d8e6</code></a> chore: fix latest rust-1.78.0 warnings (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6528">#6528</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/e971a5e7d73757f3631738c8e32c94bbd78f8e26"><code>e971a5e</code></a> util: use FIFO ordering in <code>WakeList</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6521">#6521</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/28439e2269f2696a5009f2f05ce8f39b7fa13217"><code>28439e2</code></a> time: clean up implementation (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6517">#6517</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d33fdd86a3de75500fe554d6547cf5ad43e006bf"><code>d33fdd8</code></a> time: check for overflow in <code>Interval::poll_tick</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6487">#6487</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/731dde21dc92e9cb9d25cf74a2b29e15cd364dbb"><code>731dde2</code></a> runtime: clarify misleading use of <code>UnsafeCell::with_mut</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6513">#6513</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9ed595767d01c400955122d276b34ab52b3a6aab"><code>9ed5957</code></a> wasm: support rt-multi-thread with wasm32-wasi-preview1-threads (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6510">#6510</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/a73d6bf33ab72eb23522f04bde869b42a7cb68e0"><code>a73d6bf</code></a> macros: <code>#[cfg(not(test))]</code> is no longer necessary for main macros (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6508">#6508</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.8...tokio-util-0.7.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.8&new-version=0.7.11)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information