Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump websocket from 0.17.1 to 0.26.5 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 6, 2022

Bumps websocket from 0.17.1 to 0.26.5.

Release notes

Sourced from websocket's releases.

v0.20.2

  1. Updated bitflags from servo/servo#15724 and #133

v0.20.1

  1. Fix #119
  2. Housekeeping, small efficiency improvement.

v0.20.0

Asynchronous WebSockets!

  1. First class tokio support!
  2. Fully async websocket clients! (and SSL!)
  3. Fully async websocket servers! (and SSL!)
  4. Messages now get parsed into their semantic meaning! (Text types are given as String)
  5. Native SSL on Windows & MacOS!
  6. Simplified APIs
  7. Docs and examples on how to use everything async!
  8. Split entire crate into async and sync components and with feature flags.

v0.19.2

  1. Remove rustc-serialize dependency
  2. For connections which can be either SSL or not, use Box<Stream + Send> so it can be used with threads.

v0.19.1

  1. Fix .recv_message() bug.

v0.19.0

  1. Upgrade from a hyper request to a websocket connection
  2. Upgrade all crate dependencies (openssl, hyper, etc.)
  3. Make openssl an optional dependency
  4. Use any Read/Write stream to make a websocket connection
  5. Make clients with builder style API
  6. Add / check protocols, extensions, headers, when upgrading connectin
  7. Add / check protocols, extensions, headers, when building client
  8. Docs for everything new
  9. Much cleaner API overall
Commits

Dependabot compatibility score

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 commands and options

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [websocket](https://github.com/websockets-rs/rust-websocket) from 0.17.1 to 0.26.5.
- [Release notes](https://github.com/websockets-rs/rust-websocket/releases)
- [Commits](https://github.com/websockets-rs/rust-websocket/commits/v0.26.5)

---
updated-dependencies:
- dependency-name: websocket
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants