bump: tokio

This commit is contained in:
2026-08-15 10:34:01 -04:00
parent 4da7cc7b1c
commit c7e9d7246a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ license = "MIT"
description = "Service to parse songs queued for processing"
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
tokio = { version = "1.53.1", features = ["full"] }
futures = { version = "0.3.32" }
reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] }
openssl = { version = "0.10.81", features = ["vendored"] }