story-kit: queue 268_refactor_upgrade_tokio_tungstenite_to_0_29_0 for QA

This commit is contained in:
Dave
2026-03-17 16:47:46 +00:00
parent a7a8358cbb
commit 0a28aae041

View File

@@ -1,23 +0,0 @@
---
name: "Upgrade tokio-tungstenite to 0.29.0"
---
# Refactor 268: Upgrade tokio-tungstenite to 0.29.0
## Current State
- TBD
## Desired State
Upgrade tokio-tungstenite from 0.28.0 to 0.29.0 in workspace Cargo.toml and fix any breaking API changes.
## Acceptance Criteria
- [ ] tokio-tungstenite = "0.29.0" in workspace Cargo.toml
- [ ] All code compiles without errors
- [ ] All tests pass
## Out of Scope
- TBD