Skip to content

Commit

Permalink
Bump tokio-util from 0.7.8 to 0.7.9 (#2159)
Browse files Browse the repository at this point in the history
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.8 to
0.7.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tokio/commit/3f6165d82e7615cb78639112520d7de76f8a0a14"><code>3f6165d</code></a>
chore: prepare tokio-util v0.7.9 (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6019">#6019</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/ad7f988da377c365cacb5ca24d044a9be5de5889"><code>ad7f988</code></a>
sync: fix <code>mark_changed</code> when version overflows (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6017">#6017</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/9d51b76d017cfef12e053760fa31f0845c214e3a"><code>9d51b76</code></a>
sync: add <code>watch::Sender::new</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/5998">#5998</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/804511822b4be12a958d01fe1156b0a71bc8e6f7"><code>8045118</code></a>
sync: rename <code>watch::mark_unseen</code> to
<code>watch::mark_changed</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6014">#6014</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/e6553c4ee3c5914cba885a6498451fcd0de3e506"><code>e6553c4</code></a>
sync: add Semaphore example using an <code>Arc\&lt;Semaphore&gt;</code>
(<a
href="https://redirect.github.com/tokio-rs/tokio/issues/5956">#5956</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/d247e7f5df4bd861287467ecc5f827538bee4d63"><code>d247e7f</code></a>
sync: document that <code>const_new()</code> is not instrumented (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6002">#6002</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/65e7715909694d8d7d15b081cc3790b4ea1ad300"><code>65e7715</code></a>
util: replace <code>sync::reusable_box::Pending</code> with
<code>std::future::Pending</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/6000">#6000</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/61042b4d90fa737dcf922e01466ded812c0f1a03"><code>61042b4</code></a>
sync: add <code>watch::Receiver::mark_unseen</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/5962">#5962</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/1c428cc558bd3be71fcd9466010b2ff0ed4048b6"><code>1c428cc</code></a>
tokio: fix cache line size for RISC-V (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/5994">#5994</a>)</li>
<li><a
href="https://github.com/tokio-rs/tokio/commit/61f095fdc136f3e2a547d09b60a3ce1ef598b1f7"><code>61f095f</code></a>
sync: add <code>?Sized</code> bound to
<code>{MutexGuard,OwnedMutexGuard}::map</code> (<a
href="https://redirect.github.com/tokio-rs/tokio/issues/5997">#5997</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.9">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.9)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 1070a82 commit 701579a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 701579a

Please sign in to comment.