Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump tokio-tungstenite from 0.19.0 to 0.20.0 (#210
Browse files Browse the repository at this point in the history
)

Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite)
from 0.19.0 to 0.20.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md">tokio-tungstenite's
changelog</a>.</em></p>
<blockquote>
<h1>0.20.0</h1>
<ul>
<li>Change the buffering behavior for <code>Sink::send()</code> and
<code>Sink::feed()</code>, <a
href="https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md#0200">see
<code>tungstenite</code>'s changelog for more details</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/76b04fede5a96166874c239fd4ef9904d8e92a37"><code>76b04fe</code></a>
Bump version</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/6d8d11ebd5f12f0ab84dc1c0c8aa0d8eeb2b4d50"><code>6d8d11e</code></a>
Merge pull request <a
href="https://redirect.github.com/snapview/tokio-tungstenite/issues/287">#287</a>
from alexheretic/poll-flush-pending</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/5dada5d36c7cdd46b8be51354dc65b2136ea6264"><code>5dada5d</code></a>
Merge pull request <a
href="https://redirect.github.com/snapview/tokio-tungstenite/issues/288">#288</a>
from alexheretic/fix-example-doc</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/5f5a06cb838643768ddd610fbb189c92de61aeb0"><code>5f5a06c</code></a>
tweak doc</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/a5e5600e68e3d3eb3bc697faa793c5a9701b49c9"><code>a5e5600</code></a>
poll_ready: try to flush when !ready</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/43418241afda1c6c90a5e3c30ac86e71e85c3695"><code>4341824</code></a>
Fix example doc</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/f61d93d1d3ea218a1656e8d541ce88b4f50b52a9"><code>f61d93d</code></a>
poll_ready pending after WouldBlock errors</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/36b9d94ba23044bf96bca0f1e49cd37dd5dd4a3e"><code>36b9d94</code></a>
Merge pull request <a
href="https://redirect.github.com/snapview/tokio-tungstenite/issues/284">#284</a>
from alexheretic/flush-writes-less</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/f4dcfec257b06a3dbab43df9b2efa7c2b7c8a6db"><code>f4dcfec</code></a>
Prepare update to tungstenite 0.20</li>
<li><a
href="https://github.com/snapview/tokio-tungstenite/commit/0f485f47d0be5f57c7c27f4b5be741fc579e3b12"><code>0f485f4</code></a>
Do not flush on each poll_ready call</li>
<li>Additional commits viewable in <a
href="https://github.com/snapview/tokio-tungstenite/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-tungstenite&package-manager=cargo&previous-version=0.19.0&new-version=0.20.0)](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 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] committed Jul 25, 2023
1 parent 4d36078 commit f54a83b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ rand = { workspace = true }
retry = "2.0"
serial_test = "2.0"
sysinfo = "0.29"
tokio-tungstenite = "0.19"
tokio-tungstenite = "0.20"
wait-timeout = "0.2"

[features]
Expand Down

0 comments on commit f54a83b

Please sign in to comment.