omjadas / hudsucker

Intercepting HTTP/S proxy
https://crates.io/crates/hudsucker
Apache License 2.0
206 stars 35 forks source link

chore(deps): bump the tungstenite group with 2 updates #72

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on hyper-tungstenite and tokio-tungstenite to permit the latest version. Updates hyper-tungstenite to 0.11.1

Changelog

Sourced from hyper-tungstenite's changelog.

v0.11.1 - 2023-07-31

  • Replace pin-project with pin-project-lite.

v0.11.0 - 2023-07-31

  • Update tungstenite and tokio-tungstenite to v0.20.

v0.10.0 - 2023-05-17

  • Update tungstenite and tokio-tungstenite to v0.19.

v0.9.0 - 2022-12-03

  • Update tungstenite and tokio-tungstenite to v0.18.

v0.8.2 - 2022-11-15

  • Update the example to avoid soon-deprecated hyper types.

v0.8.1 - 2022-06-14

  • Fix the documentation for tungstenite 0.17.

v0.8.0 - 2022-02-26

  • Allow arbitrary body types in the Request passed to upgrade.

v0.7.0 - 2022-02-25

  • Accept either a Request or &mut Request when upgrading a connection.

v0.6.0 - 2022-02-20

  • Update to tungstenite 0.17.

v0.5.0 - 2021-11-19

  • Update to tungstenite 0.16.

v0.4.2 - 2021-11-19

  • Fix link in documentation for re-exported tungstenite crate.

v0.4.1 - 2021-10-17

  • Update the example to a full server application.

v0.4.0 - 2021-08-28

  • Upgrade to tokio-tungstenite 0.15.

v0.3.3 - 2021-06-11

  • Remove sha-1 and base64 dependency by using upstream derive_accept_key.

v0.3.2 - 2021-04-11

  • Derive Debug for HyperWebsocket to facilitate debugging.

v0.3.1 - 2021-04-03

  • Replace unsafe code with pin-project and tokio::pin!().

v0.3.0 - 2021-03-02

  • Publicly re-export the hyper crate.

... (truncated)

Commits
  • 0117d1b Bump version to 0.11.1.
  • 30effcf Replace pin-project with pin-project-lite.
  • 84a5b99 Bump version to 0.11.0.
  • e716138 Update changelog.
  • fa82c88 Merge pull request #20 from DaOneLuna/version_bump_to_20
  • 60fed54 Bumped tungstenite and tokio-tungstenite to 20.0
  • See full diff in compare view


Updates tokio-tungstenite to 0.20.0

Changelog

Sourced from tokio-tungstenite's changelog.

0.20.0

0.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.

0.18.0

  • Update dependencies (underlying tungstenite core).

0.17.2

  • Make Origin header case-sensitive (to keep compatibility with poorely-written servers that don't accept lowercase Origin header).
  • Make semantics of the reading form the WebSocketStream more reasonable (return None instead of an error when the stream is normally closed).
  • Imrpove the way poll_close() works by properly driving the close of the stream till completion.

0.17.1

0.17.0

0.16.1

  • Fix feature selection problem when using TLS.

0.16.0

  • Add a function to allow to specify the TLS connector when using connect() like logic.
  • Add support for choosing the right root certificates for the TLS.
  • Change the behavior of the connect() so that it fails when using TLS without TLS feature.
  • Do not project with Unpin.
  • Update the dependencies with important implications / improvements.

0.15.0

0.14.0

  • Support for rustls as TLS backend.
    • The tls feature was renamed to native-tls and uses a OS-native TLS implementation.

... (truncated)

Commits
  • 76b04fe Bump version
  • 6d8d11e Merge pull request #287 from alexheretic/poll-flush-pending
  • 5dada5d Merge pull request #288 from alexheretic/fix-example-doc
  • 5f5a06c tweak doc
  • a5e5600 poll_ready: try to flush when !ready
  • 4341824 Fix example doc
  • f61d93d poll_ready pending after WouldBlock errors
  • 36b9d94 Merge pull request #284 from alexheretic/flush-writes-less
  • f4dcfec Prepare update to tungstenite 0.20
  • 0f485f4 Do not flush on each poll_ready call
  • Additional commits viewable in compare view


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