bump deps

This commit is contained in:
Martin Brodbeck 2025-06-04 14:46:07 +02:00
parent 249c30f2da
commit e3114beb9a
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_json = "1.0.107"
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"] }