vault-link/sync-server
dependabot[bot] b2541c129c
Bump tracing-subscriber
Bumps the cargo group with 1 update in the /sync-server directory: [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `tracing-subscriber` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-29 20:58:41 +00:00
..
src Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00
.dockerignore Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
.env Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
build.rs Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Cargo.lock Bump tracing-subscriber 2025-08-29 20:58:41 +00:00
Cargo.toml Bump tracing-subscriber 2025-08-29 20:58:41 +00:00
config-e2e.yml Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
Dockerfile Bump alpine from 3.22.0 to 3.22.1 in /sync-server (#88) 2025-08-27 22:33:11 +01:00
README.md Extract reconcile (#85) 2025-07-13 11:06:42 +01:00
rust-toolchain.toml Fix main & improve cursor sync (#101) 2025-08-25 17:15:52 +01:00

Sync server

Creating/resetting the Database for development

sqlx database create --database-url sqlite://db.sqlite3
sqlx migrate run --source src/app_state/database/migrations --database-url sqlite://db.sqlite3
cargo sqlx prepare --workspace