omjadas / hudsucker

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

chore(deps): update hyper-tungstenite requirement from 0.10.0 to 0.11.1 #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

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


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[bot] commented 1 year ago

Looks like hyper-tungstenite is up-to-date now, so this is no longer needed.