Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump tokio-util from 0.7.12 to 0.7.13 (#2570)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/0b31c2f73d209c5f5fd17850ca219d2639df2904"><code>0b31c2f</code></a> chore: prepare tokio-util v0.7.13 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7012">#7012</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/129f9fc0c8e9787dee3db5a6f65c3370ed148f7e"><code>129f9fc</code></a> codec: fix incorrect handling of invalid utf-8 in <code>LinesCodec::decode_eof</code> (#...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b5c227d51feff804fe7ce73721fb32f4227fad73"><code>b5c227d</code></a> tracing: move tracing instrumentation tests into tokio tests (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7007">#7007</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/dcae2b9eb8f32eb92ecb3efe126b91577c5096e4"><code>dcae2b9</code></a> ci: unfreeze FreeBSD from rustc 1.81 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7009">#7009</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bb9d57017e100985f86d8ca41ac105ee9140423e"><code>bb9d570</code></a> chore: prepare Tokio v1.42.0 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7005">#7005</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/af9c683d52415bf01709197778d49eec1ff78c44"><code>af9c683</code></a> tests: fix typo in build test instructions (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7004">#7004</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4bc5a1a05862bad71f85a38bf3c56f721a97b43f"><code>4bc5a1a</code></a> ci: allow Unicode-3.0 license for unicode-ident (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7006">#7006</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f8948ea021bd4b5626bbd8dee89bee51ba766326"><code>f8948ea</code></a> runtime: do not defer <code>yield_now</code> inside <code>block_in_place</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6999">#6999</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/bce9780dd3127cd937923d975e356299226a39aa"><code>bce9780</code></a> time: use <code>array::from_fn</code> instead of manually creating array (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7000">#7000</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/38151f30cbfbaddce30961384f5b463b0737a401"><code>38151f3</code></a> readme: unlist 1.32.x as LTS release (<a href="https://redirect.github.com/tokio-rs/tokio/issues/6997">#6997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.13">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.12&new-version=0.7.13)](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