Skip to content

chore(deps): bump axum to 0.8 - #197

Merged
haribo merged 1 commit into
developfrom
chore/6-bump-axum
Aug 11, 2026
Merged

chore(deps): bump axum to 0.8#197
haribo merged 1 commit into
developfrom
chore/6-bump-axum

Conversation

@haribo

@haribo haribo commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Summary

Supersedes #6. axum 0.8 migration in the relay:

  • Message::Text now takes Utf8Bytes.into() in the json() WS helper.
  • Path params use {id} instead of :id (axum 0.8 panics at startup on the old syntax) — updated the /v1/devices/{id} and /v1/attachments/{id} routes. Handlers/Path extractors unchanged.

Test plan

  • cargo test --workspace — all suites green, incl. the relay HTTP/WS integration tests (which start the server and hit the param routes)
  • cargo clippy --workspace --all-targets -- -D warnings, cargo fmt --all --check

Closes #6

@haribo
haribo merged commit 0b36548 into develop Aug 11, 2026
7 checks passed
@haribo
haribo deleted the chore/6-bump-axum branch August 11, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant