omjadas / hudsucker

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

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

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Changelog

Sourced from hyper-tungstenite's changelog.

v0.12.0 - 2023-11-19

  • Update hyper to version 1.0.
  • Add public HyperWebsocketStream type alias.

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

... (truncated)

Commits
  • c605e7e Bump version to 0.12.0.
  • f384540 Add HyperWebsocketStream type alias.
  • a9fd06f Unmerge use statements in example.
  • b3aa745 Update changelog for hyper 1.0.
  • 4ef5639 Merge pull request #21 from omjadas/chore/hyper-1
  • 99cdcac chore: support hyper v1
  • 931f2e9 Merge branch 'pin-project-lite'
  • 3ad6f77 Replace pin-project with pin-project-lite
  • See full diff in compare view


Updates tokio-tungstenite to 0.21.0

Changelog

Sourced from tokio-tungstenite's changelog.

0.20.1

  • Fix RUSTSEC-2023-0053.
  • Fix transitive CVE-2023-43669 from tungstenite.

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

... (truncated)

Commits
  • 52e59dd Release version 0.21.0
  • 7b2cf20 Update rustls to 0.22 and tokio-rustls to 0.25
  • ecf7a7e Update webpki-roots to 0.26
  • 27b9830 Prepare a new release, bump version
  • e36abf8 Merge pull request #298 from lightydo/master
  • 9be8881 fix rustls-tls-webpki-roots build
  • e79e2f2 update webpki-roots
  • 4570995 update tokio-rustls to fix RUSTSEC-2023-0053
  • 4c7e39b update rustls to fix RUSTSEC-2023-0053
  • 71d06d4 Merge pull request #294 from oskgo/patch-1
  • 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 - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Superseded by #94.