Compare commits

..

1 commit

Author SHA1 Message Date
e3114beb9a bump deps 2025-06-04 14:46:07 +02:00
2 changed files with 197 additions and 270 deletions

465
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.32.0", features = ["macros", "rt-multi-thread", "signal"] } tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread", "signal"] }