vault-link/backend/sync_server
dependabot[bot] 43d148b27a
Bump schemars from 0.8.21 to 0.8.22 in /backend
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.21 to 0.8.22.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GREsau/schemars/compare/v0.8.21...v0.8.22)

---
updated-dependencies:
- dependency-name: schemars
  dependency-version: 0.8.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 06:33:23 +00:00
..
src Fix E2E tests 2025-04-06 13:55:27 +01:00
build.rs Misc 2024-12-08 22:08:46 +00:00
Cargo.toml Bump schemars from 0.8.21 to 0.8.22 in /backend 2025-04-07 06:33:23 +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