diff --git a/.story_kit/work/1_upcoming/268_refactor_upgrade_tokio_tungstenite_to_0_29_0.md b/.story_kit/work/1_upcoming/268_refactor_upgrade_tokio_tungstenite_to_0_29_0.md new file mode 100644 index 0000000..b83aa7d --- /dev/null +++ b/.story_kit/work/1_upcoming/268_refactor_upgrade_tokio_tungstenite_to_0_29_0.md @@ -0,0 +1,23 @@ +--- +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