vault-link/backend/sync_server
dependabot[bot] 5004372793
Bump axum_typed_multipart from 0.11.2 to 0.16.0 in /backend
Bumps [axum_typed_multipart](https://github.com/murar8/axum_typed_multipart) from 0.11.2 to 0.16.0.
- [Release notes](https://github.com/murar8/axum_typed_multipart/releases)
- [Commits](https://github.com/murar8/axum_typed_multipart/compare/0.11.2...0.16.0)

---
updated-dependencies:
- dependency-name: axum_typed_multipart
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 07:17:19 +00:00
..
src Add websocket message type 2025-04-08 23:01:08 +01:00
build.rs Misc 2024-12-08 22:08:46 +00:00
Cargo.toml Bump axum_typed_multipart from 0.11.2 to 0.16.0 in /backend 2025-04-21 07:17:19 +00:00
README.md Add WebSocket support (#12) 2025-03-29 10:17:46 +00:00

cargo install sqlx-cli rm db.sqlite3; sqlx database create --database-url sqlite://db.sqlite3 sqlx migrate run --source sync_server/src/app_state/database/migrations --database-url sqlite://db.sqlite3