chore(cargo): Bump dependencies

This commit is contained in:
Daniel Lundin 2025-03-31 21:15:44 +02:00
parent e42e924ce6
commit 3cf1714185
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
5 changed files with 631 additions and 416 deletions
controller

View file

@ -15,7 +15,7 @@ schemars.workspace = true
serde.workspace = true
slog-async.workspace = true
slog.workspace = true
sqlx = { version = "0.8.3", default-features = false, features = [
sqlx = { version = "0.8.5", default-features = false, features = [
"macros", "migrate", "postgres", "runtime-tokio", "tls-rustls", "time", "uuid"
] }
tokio.workspace = true