notify_push
notify_push copied to clipboard
chore(deps): bump tungstenite from 0.26.2 to 0.28.0
Bumps tungstenite from 0.26.2 to 0.28.0.
Changelog
Sourced from tungstenite's changelog.
0.28.0
- Reduce
Errorsize 136 -> 32 by boxing internals ofError::Http,Error::WriteBufferFull,ProtocolError::InvalidHeader,TlsError::Native,TlsError::Rustls.- Dependency update (
socketto0.6.0).- Add
into_inner()to theWebSocket, so that the user can extract the underlying stream.- Address the edge-case for the WebSocket request generation when
tungsteniteis built with-Zfmt-debug=none.0.27.0
- Fix large message read performance by enforcing max
read_buffer_sizeread chunks.- Make
Hashimplementation consistent forUtf8Bytespayloads.
Commits
2d4abe8Bump version (0.28.0)c0a099erefactor: simplify processing incoming data framese7e060aReplaceif let Some(...)with.ok_or(...)?a526829Refactor top-level branch with early error returnb0488ddImplement into_inner to get the underlying stream (#516)6520d8fAvoid a Vec allocation during handshaking (#514)4065971Proper strigification of http::Version (#513)7c4ad5bUpdate to socket2 v0.6 (#505)9482a47ReduceErrorsize 136 -> 32 (#511)7f3d46eFix clippy warnings: Inlineformat!args- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.