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

chore(deps): bump the tungstenite group across 1 directory with 2 updates #136

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

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

Changelog

Sourced from hyper-tungstenite's changelog.

v0.17.0 - 2024-12-18

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

v0.16.0 - 2024-12-17

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

v0.15.0 - 2024-09-15

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

v0.14.0 - 2024-06-03

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

v0.13.0 - 2023-12-11

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

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

... (truncated)

Commits
  • 9a5cc15 Bump version to 0.17.0.
  • 77f6dee Update CHANGELOG.
  • fd6db23 Merge pull request #25 from omjadas/chore/update-tungstenite
  • 0aa2891 chore(deps): update tungstenite, tokio-tungstenite
  • 8bd5603 Bump version to v0.16.0.
  • 44e052e Update CHANGELOG.
  • c523c99 Merge pull request #24 from omjadas/chore/update-tungstenite
  • 66d2ccd chore(deps): update tungstenite, tokio-tungstenite
  • See full diff in compare view

Updates tokio-tungstenite to 0.26.1

Changelog

Sourced from tokio-tungstenite's changelog.

0.26.1

  • Update tungstenite to address an issue that might cause UB in certain cases.

0.26.0

0.25.0

0.24.0

  • Update dependencies (TLS, tungstenite).
  • Return a runtime error when WSS URLs are used without a proper TLS feature enabled.

0.23.1

  • Introduce a url feature (proxies to tungstenite/url).

0.23.0

  • Update tungstenite to 0.23.0.
  • Disable default features on TLS crates.

0.22.0

  • Update TLS dependencies.
  • Update tungstenite to match 0.22.0.

0.21.0

  • Update TLS dependencies.
  • Update tungstenite to 0.21.0.

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.

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Updates the requirements on [hyper-tungstenite](https://github.com/de-vri-es/hyper-tungstenite-rs) and [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.

Updates `hyper-tungstenite` to 0.17.0
- [Changelog](https://github.com/de-vri-es/hyper-tungstenite-rs/blob/main/CHANGELOG.md)
- [Commits](de-vri-es/hyper-tungstenite-rs@v0.15.0...v0.17.0)

Updates `tokio-tungstenite` to 0.26.1
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.1)

---
updated-dependencies:
- dependency-name: hyper-tungstenite
  dependency-type: direct:production
  dependency-group: tungstenite
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  dependency-group: tungstenite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 19, 2024
@dependabot dependabot bot requested a review from omjadas December 19, 2024 20:06
@omjadas omjadas force-pushed the dependabot/cargo/tungstenite-0835b77495 branch from 71a1f21 to a2788b3 Compare December 21, 2024 04:36
@omjadas omjadas merged commit 196fa30 into main Dec 21, 2024
8 checks passed
@omjadas omjadas deleted the dependabot/cargo/tungstenite-0835b77495 branch December 21, 2024 04:43
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant