chore(deps): bump tungstenite from 0.28.0 to 0.29.0#2053
chore(deps): bump tungstenite from 0.28.0 to 0.29.0#2053dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a90fb74894
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "tokio", | ||
| "tokio-native-tls", | ||
| "tungstenite", | ||
| "tungstenite 0.28.0", |
There was a problem hiding this comment.
Upgrade tokio-tungstenite with the tungstenite bump
Bumping only the direct tungstenite dependency to 0.29 leaves tokio-tungstenite still resolved to tungstenite 0.28.0 in the lockfile, and the websocket client code uses tokio_tungstenite types (orion/src/ws.rs), so runtime websocket behavior remains on 0.28 while adding a second tungstenite version. This makes the dependency update incomplete in practice and increases the chance of type-version mismatches later; align tokio-tungstenite to a release that pulls in 0.29 (or otherwise keep these versions consistent).
Useful? React with 👍 / 👎.
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
a90fb74 to
9571592
Compare
|
Looks like tungstenite is up-to-date now, so this is no longer needed. |
Bumps tungstenite from 0.28.0 to 0.29.0.
Changelog
Sourced from tungstenite's changelog.
Commits
c292171Suppress clippy warnings in tests/0938f1cBump version4a457f6Add missing word to the comment (#521)aef3223Fix grammar inWebSocketContext::from_partially_readdocs (#534)ad6539bInline the utf-8 crate (#536)df722bdUpdate the CI to accomodate for the new MSRV9833bdeBump MSRV59bee64Fix formatting in CHANGELOG.md3f2f222Update CHANGELOG.md84eaba9Fixing issue with non-ASCII header values