Compare commits

..

No commits in common. "master" and "v2.2.0" have entirely different histories.

2 changed files with 274 additions and 201 deletions

473
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -10,4 +10,4 @@ axum = "0.8.1"
serde = { version = "1.0.188", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107" serde_json = "1.0.107"
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] } sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres"] }
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread", "signal"] } tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] }