Skip to content

chore(deps): bump tokio-tungstenite from 0.24.0 to 0.29.0 - #9

Merged
satyakwok merged 1 commit into
mainfrom
dependabot/cargo/tokio-tungstenite-0.29.0
May 12, 2026
Merged

chore(deps): bump tokio-tungstenite from 0.24.0 to 0.29.0#9
satyakwok merged 1 commit into
mainfrom
dependabot/cargo/tokio-tungstenite-0.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps tokio-tungstenite from 0.24.0 to 0.29.0.

Changelog

Sourced from tokio-tungstenite's changelog.

0.29.0

0.28.0

0.27.0

0.26.2

0.26.1

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

0.26.0

0.25.0

Commits

Summary by CodeRabbit

  • Chores
    • Updated tokio-tungstenite dependency from version 0.24 to 0.29.

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tokio-tungstenite-0.29.0 branch from fad165b to 4f3a4e3 Compare May 12, 2026 04:03
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: efe8c703-ceea-4f33-aa00-6eeec7d55c6c

📥 Commits

Reviewing files that changed from the base of the PR and between 4f3a4e3 and 58f36ec.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock, !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml

📝 Walkthrough

Walkthrough

Updates the optional dependency tokio-tungstenite in Cargo.toml from version 0.24 to 0.29. The feature flag list, including rustls-tls-native-roots, is unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is an auto-generated Dependabot summary lacking the required template structure; it does not include Summary, Scope checklist, Checks, Linked issue, or Deploy impact sections. Follow the repository's PR description template by adding required sections: Summary, Scope, Checks, Linked issue, and Deploy impact with appropriate checkboxes and details.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the dependency update from tokio-tungstenite 0.24.0 to 0.29.0, which matches the main change in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/cargo/tokio-tungstenite-0.29.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.24.0 to 0.29.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/tokio-tungstenite-0.29.0 branch from 4f3a4e3 to 58f36ec Compare May 12, 2026 04:40
@satyakwok
satyakwok merged commit f494669 into main May 12, 2026
3 of 4 checks passed
@satyakwok
satyakwok deleted the dependabot/cargo/tokio-tungstenite-0.29.0 branch May 12, 2026 05:21
satyakwok added a commit that referenced this pull request May 12, 2026
…17)

The tokio-tungstenite 0.24 → 0.29 bump (#9) merged green because cargo
check defaults ran without --all-features, missing the `bft` feature's
two callsites:

  Message::Text(String) → Message::Text(Utf8Bytes)
  Message::Ping(Vec<u8>) → Message::Ping(Bytes)

`s.into()` and `Default::default()` cover both. Behaviour identical.
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