vault-link/backend/sync_server
dependabot[bot] 550e47a62e
Bump tokio from 1.44.1 to 1.44.2 in /backend
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.44.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-05 22:53:22 +00:00
..
src Add device id and use it to filter out updates coming from the same device 2025-04-04 23:13:50 +01:00
build.rs Misc 2024-12-08 22:08:46 +00:00
Cargo.toml Bump tokio from 1.44.1 to 1.44.2 in /backend 2025-04-05 22:53:22 +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