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

Bump tokio-websockets from 0.9.0 to 0.10.1 in /src-tauri #3243

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

Bumps tokio-websockets from 0.9.0 to 0.10.1.

Changelog

Sourced from tokio-websockets's changelog.

[0.10.1] - 2024-09-13

Added

  • The new rustls-bring-your-own-connector feature allows for creating a Connector::Rustls instance without pulling in any other certificate roots
  • The sink flush threshold is now configurable via Config::flush_threshold

Changed

  • Config::frame_size now panics when the frame size is set to 0
  • Reduced the number of allocations which was caused by a misunderstanding of BytesMut::reserve internals, improving throughput by up to 30%
  • The number of pending bytes to be written is no longer calculated in a potentially expensive loop in poll_ready, but rather tracked as messages are queued

Fixed

  • Fixed a case of possible UB in the UTF-8 validator discovered by the new fuzzer (@​finnbear)
  • The UTF-8 validator now uses the faster validation for partial codepoints as intended, earlier this was only the case if the number of bytes available matched the number expected

[0.10.0] - 2024-09-04

Added

  • Error::NoNativeRootCertificatesFound was added and is returned in TlsConnector::new if no native root certificates were found and the rustls-webpki-roots feature is not enabled

Changed

  • If no crypto provider is specified via crate features, tokio-websockets will now try to use the installed default provider in rustls
  • TlsConnector::new is now always available
  • [breaking] Error::NoTlsConnectorConfigured was removed and replaced by Error::NoCryptoProviderConfigured
  • rustls-native-certs was updated to 0.8

Fixed

  • Fixed an issue where connecting to an IPv6 address would fail
  • Specify the actual minimum version required of rustls-platform-verifier
Commits

Dependabot compatibility score

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 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)

Bumps [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) from 0.9.0 to 0.10.1.
- [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits)

---
updated-dependencies:
- dependency-name: tokio-websockets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. rust labels Sep 13, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 13, 2024 18:44
@github-actions github-actions bot removed the rust label Sep 14, 2024
@github-actions github-actions bot merged commit b496279 into master Oct 2, 2024
8 of 9 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/src-tauri/tokio-websockets-0.10.1 branch October 2, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants