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 1 update #86

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

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

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


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

Looks like hyper-tungstenite is updatable in another way, so this is no longer needed.