Skip to content

Commit d38a8f3

Browse files
chore(deps): bump tokio-tungstenite from 0.21.0 to 0.24.0 in /panoptes (#69)
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.21.0 to 0.24.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.24.0</h1> <ul> <li>Update dependencies (TLS, tungstenite).</li> <li>Return a runtime error when WSS URLs are used without a proper TLS feature enabled.</li> </ul> <h1>0.23.1</h1> <ul> <li>Introduce a <code>url</code> feature (proxies to <code>tungstenite/url</code>).</li> </ul> <h1>0.23.0</h1> <ul> <li>Update <code>tungstenite</code> to <code>0.23.0</code>.</li> <li>Disable default features on TLS crates.</li> </ul> <h1>0.22.0</h1> <ul> <li>Update TLS dependencies.</li> <li><del>Update <code>tungstenite</code> to match <code>0.22.0</code>.</del></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/cae2e89102dbb212ee723b912f7dc540398be28e"><code>cae2e89</code></a> Bump version -&gt; 0.24.0</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/0b9d97bc148daabc51a36a38a10d0b1b2b13c55e"><code>0b9d97b</code></a> deps: update <code>rustls-native-certs</code> to 0.8 (<a href="https://redirect.github.com/snapview/tokio-tungstenite/issues/348">#348</a>)</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/94a35a0d6bcdc2f07d05f9e3edcbc7fcb1d5b020"><code>94a35a0</code></a> Additional Documentation of <code>IntoClientRequest</code> on <code>connect_async</code> (<a href="https://redirect.github.com/snapview/tokio-tungstenite/issues/342">#342</a>)</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/83258250c25d505f6e7c6ff29fed3f08433b49fe"><code>8325825</code></a> Prepare 0.23.1 release</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/db9ae7eb715e2b4a89deed4bc25d83e1d513d01f"><code>db9ae7e</code></a> Re-introduce the <code>url</code> feature</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/a53454b16d9eff3fbaa7445541c7fe1c6ccad4d7"><code>a53454b</code></a> Prepare 0.23.0 release</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/c1025d59ff15eeefc2dc07495fd6a8365cc6e0af"><code>c1025d5</code></a> Disable rustls default features</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/ff311384b6816aa8df20b3f2be828abbe5f2abca"><code>ff31138</code></a> Prepare 0.22.0 release</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/ad1d511a30878590c7a41e9cd50b668e8b19cd37"><code>ad1d511</code></a> Update <code>rustls</code> to 0.23 and <code>tokio-rustls</code> to 0.26</li> <li><a href="https://github.com/snapview/tokio-tungstenite/commit/052d085aff4708b924b92becaa83923b15045841"><code>052d085</code></a> Simplify response body type in <code>server-custom-accept</code> example</li> <li>Additional commits viewable in <a href="https://github.com/snapview/tokio-tungstenite/compare/v0.21.0...v0.24.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.21.0&new-version=0.24.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 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>
2 parents 7d16c67 + 77e8524 commit d38a8f3

2 files changed

Lines changed: 8 additions & 39 deletions

File tree

panoptes/Cargo.lock

Lines changed: 7 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

panoptes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ glob = "0.3"
9292
minijinja = "2.0"
9393

9494
# WebSocket for real-time updates
95-
tokio-tungstenite = "0.21"
95+
tokio-tungstenite = "0.24"
9696
futures-util = "0.3"
9797

9898
[dev-dependencies]

0 commit comments

Comments
 (0)