Update Rust crate tokio-tungstenite to 0.19.0 #39

Closed
pierre wants to merge 1 commits from renovate/tokio-tungstenite-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
tokio-tungstenite dependencies minor 0.18.0 -> 0.19.0
tokio-tungstenite dev-dependencies minor 0.18.0 -> 0.19.0

Release Notes

snapview/tokio-tungstenite

v0.19.0

Compare Source

  • Allow users to enable/disable Nagle algorithm when using connect() helpers.
  • Improve the behavior of the Sink for the WebSocketStream, so it does not return an error when it’s not necessary (when poll_flush() is called on a connection that has just been closed).
  • Workaround an issue where rustls TLS backend expected domain in a certain format and reject IPv6 addresses if they contained square brackets in them.
  • Update dependencies and remove unused errors.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | dependencies | minor | `0.18.0` -> `0.19.0` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | dev-dependencies | minor | `0.18.0` -> `0.19.0` | --- ### Release Notes <details> <summary>snapview/tokio-tungstenite</summary> ### [`v0.19.0`](https://github.com/snapview/tokio-tungstenite/blob/HEAD/CHANGELOG.md#&#8203;0190) [Compare Source](https://github.com/snapview/tokio-tungstenite/compare/v0.18.0...v0.19.0) - Allow users to enable/disable Nagle algorithm when using `connect()` helpers. - Improve the behavior of the `Sink` for the `WebSocketStream`, so it does not return an error when it’s not necessary (when `poll_flush()` is called on a connection that has just been closed). - Workaround an issue where `rustls` TLS backend expected domain in a certain format and reject IPv6 addresses if they contained square brackets in them. - Update dependencies and remove unused errors. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
pierre added 1 commit 2023-05-25 00:35:07 +00:00
Update Rust crate tokio-tungstenite to 0.19.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
6f58002e22
Author
Owner

Done with d06585ad71

Done with d06585ad7153b7b5fc00cd1dde44562fb5561798
pierre closed this pull request 2023-05-25 09:04:48 +00:00
pierre deleted branch renovate/tokio-tungstenite-0.x 2023-05-25 09:04:50 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SeaBattle#39
No description provided.