Update tokio to 1.47

This commit is contained in:
2025-09-06 15:49:11 +02:00
parent 113011399b
commit 1c725febc9

View File

@ -57,7 +57,7 @@ derive_more = { workspace = true, features = ["from", "constructor"] }
[workspace.dependencies] [workspace.dependencies]
# Async # Async
tokio = "1.40" tokio = "1.47"
# Database # Database
diesel = "2.2" diesel = "2.2"
diesel-async = "0.6" diesel-async = "0.6"