mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 06:59:36 -05:00
Merge #1070
1070: Bump tokio-util from 0.7.1 to 0.7.2 r=delta1 a=dependabot[bot] Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.1 to 0.7.2. <details> <summary>Commits</summary> <ul> <li><a href="038de36132
"><code>038de36</code></a> chore: prepare tokio-util 0.7.2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4690">#4690</a>)</li> <li><a href="42d5a9fcd4
"><code>42d5a9f</code></a> Merge 'tokio-util-0.6.x' into 'tokio-util-0.7.x'</li> <li><a href="cdb132d333
"><code>cdb132d</code></a> Revert "chore: disable warnings in old CI (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4691">#4691</a>)"</li> <li><a href="2659adf5fe
"><code>2659adf</code></a> chore: prepare tokio-util 0.6.10 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4691">#4691</a>)</li> <li><a href="0105d9971f
"><code>0105d99</code></a> sync: rewrite <code>CancellationToken</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4652">#4652</a>)</li> <li><a href="b24df49a9d
"><code>b24df49</code></a> chore: disable warnings in old CI (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4691">#4691</a>)</li> <li><a href="cf94ffc6fd
"><code>cf94ffc</code></a> windows: add features for winapi (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4663">#4663</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.1...tokio-util-0.7.2">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.1&new-version=0.7.2)](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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
eda1a17e75
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -3237,7 +3237,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-rustls 0.23.1",
|
||||
"tokio-socks",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"tower-service",
|
||||
"url",
|
||||
"wasm-bindgen",
|
||||
@ -4091,7 +4091,7 @@ dependencies = [
|
||||
"tokio-socks",
|
||||
"tokio-tar",
|
||||
"tokio-tungstenite",
|
||||
"tokio-util 0.7.1",
|
||||
"tokio-util 0.7.2",
|
||||
"toml",
|
||||
"torut",
|
||||
"tracing",
|
||||
@ -4390,9 +4390,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio-util"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
||||
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
|
Loading…
Reference in New Issue
Block a user