vault-link/backend/sync_server
dependabot[bot] c7577eaef7
Bump chrono from 0.4.38 to 0.4.40 in /backend
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.40.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.40)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 23:00:01 +00:00
..
src Give unique names to path params 2025-03-22 20:30:24 +00:00
build.rs Misc 2024-12-08 22:08:46 +00:00
Cargo.toml Bump chrono from 0.4.38 to 0.4.40 in /backend 2025-03-24 23:00:01 +00:00
README.md Misc 2024-12-08 22:08: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/database/migrations --database-url sqlite://db.sqlite3